Initial revision
This commit is contained in:
14
modules/src/malloc/add_file
Executable file
14
modules/src/malloc/add_file
Executable file
@@ -0,0 +1,14 @@
|
||||
echo ''
|
||||
echo '/**********************************************************/'
|
||||
echo '/*'
|
||||
echo '/* ' This was file $1
|
||||
echo '/*'
|
||||
echo '/**********************************************************/'
|
||||
echo ''
|
||||
cat $1 |
|
||||
sed '
|
||||
/#include[ ].*"/d
|
||||
s/^public/private/
|
||||
s/^publicdata/static/
|
||||
'
|
||||
echo ''
|
||||
Reference in New Issue
Block a user