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