Added the correct shell script magic. (Some platforms insist on this.)
This commit is contained in:
parent
c1725577a7
commit
67733b9d3c
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
for i in isalnum isalpha iscntrl isdigit isgraph islower isprint \
|
||||
ispunct isspace isupper isxdigit isascii
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
echo ''
|
||||
echo '/**********************************************************/'
|
||||
echo '/*'
|
||||
echo '/* ' This was file $1
|
||||
echo '/*'
|
||||
echo '/**********************************************************/'
|
||||
echo ''
|
||||
#!/bin/sh
|
||||
|
||||
echo ""
|
||||
echo "/**********************************************************/"
|
||||
echo "/* This was file $1 */"
|
||||
echo "/**********************************************************/"
|
||||
echo ""
|
||||
|
||||
cat $1 |
|
||||
sed '
|
||||
/#include[ ].*"/d
|
||||
|
|
Loading…
Reference in a new issue