4 lines
85 B
Text
4 lines
85 B
Text
|
#!/bin/sh
|
||
|
|
||
|
sed -n "s/^menuentry [\"']\([^\"']*\)[\"'].*$/\1/gmp" /boot/grub/grub.cfg
|