modyfications in search for more speed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
trap "rm -f tmp$$" 1 2 3 15
|
||||
trap "rm -f tmp$$" 0 1 2 3 15
|
||||
cp C_out_skel.c tmp$$
|
||||
ed - tmp$$ <<'EOF'
|
||||
/^#include "C_mnem_narg"/d
|
||||
@@ -9,4 +9,3 @@ w
|
||||
q
|
||||
EOF
|
||||
cat tmp$$
|
||||
rm -f tmp$$
|
||||
|
||||
Reference in New Issue
Block a user