mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
initial commit
This commit is contained in:
10
src/usage.sh
Executable file
10
src/usage.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
(echo "#ifndef _HAVE_USAGE_H"; echo "#define _HAVE_USAGE_H") > usage.h
|
||||
|
||||
echo -n "#define PCP_HELP " >> usage.h
|
||||
|
||||
cat usage.txt | sed -e 's/^/"/' -e 's/$/\\n" \\/' >> usage.h
|
||||
|
||||
echo "\"\\n\"" >> usage.h
|
||||
echo "#endif" >> usage.h
|
||||
Reference in New Issue
Block a user