1 2 3 4 5 6 7 8 9
get_title() { FILE="$1" pup -p -f "$FILE" 'title text{}' | \ tr -d \\n | \ sed 's/^Multiboot[^:]*: //' | \ sed 's/\"/\"\"/g' }