atat-mirror/src/makehelp.csh

6 lines
89 B
Tcsh
Raw Normal View History

2023-08-31 20:30:18 +02:00
#!/bin/csh
echo const char \*helpstring=\"\"
sed 's/^/\"/g' | sed 's/$/\\n\"/g'
echo \;