Added the correct shell script magic. (Some platforms insist on this.)

This commit is contained in:
dtrg 2006-07-30 23:37:15 +00:00
parent c1725577a7
commit 67733b9d3c
2 changed files with 9 additions and 7 deletions

View file

@ -1,3 +1,4 @@
#!/bin/sh
for i in isalnum isalpha iscntrl isdigit isgraph islower isprint \
ispunct isspace isupper isxdigit isascii

View file

@ -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