startup.awk 89 Bytes Raw Blame History Permalink 1 2 3 4 5 BEGIN { printf "char ide_startup[] = {\"" } { printf "%s\\n", $0 } END { print "\" };" }