mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Added script for easier generating about content. Still not used.
This commit is contained in:
parent
44687cb3a6
commit
52af17daf6
8
eabout/gen-about.sh
Executable file
8
eabout/gen-about.sh
Executable 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 ';'
|
Loading…
Reference in New Issue
Block a user