git://lisas.de
/
terminatorX.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Alex: Added the new sources for terminatorX 3.5
[terminatorX.git]
/
src
/
licmak.awk
1
BEGIN { printf "char license[]=\"\\\n" }
2
{ gsub(/\"/,"\\\"") ; printf $0"\\n\\\n" }
3
END { printf "\";\n" }