School Commit Init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
echo Command: $0
|
||||
echo First four args: $1 $2 $3 $4
|
||||
echo All args: $@
|
||||
echo Arg count: $#
|
||||
true
|
||||
echo Command true exited with code $?
|
||||
false
|
||||
echo Command false exited with code $?
|
||||
Reference in New Issue
Block a user