Added script for easier generating about content. Still not used.

This commit is contained in:
Sanel Zukan 2008-02-18 14:50:02 +00:00
parent 44687cb3a6
commit 52af17daf6

8
eabout/gen-about.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
echo 'const char about_content[] ='
sed -e '/^Authors/d' \
-e '/=\{3,\}/d' \
-e 's/-\{3,\}//' \
-e 's/\(.*\)/ " \1\\n"/'
echo ';'