diff options
Diffstat (limited to 'rushs/evalexpr/using_special_variables')
| -rwxr-xr-x | rushs/evalexpr/using_special_variables/print.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rushs/evalexpr/using_special_variables/print.sh b/rushs/evalexpr/using_special_variables/print.sh deleted file mode 100755 index c24bebd..0000000 --- a/rushs/evalexpr/using_special_variables/print.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -echo $# -echo $* -echo $1 -echo $2 -echo $3 -echo ${13} -echo $0 |
