corrected

This commit is contained in:
ceriel
1988-04-28 14:50:27 +00:00
parent 00917d06dc
commit a2f49cbf98
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
tested: last
set -x ;\
for i in `awk '{for(i=\$$1;i<=127;i++)print i}' last ` ;\
for i in `awk '{for(i=\$$1;i<=151;i++)print i}' last ` ;\
do \
echo $$i; \
echo $$i >last; \