Started övning 4, labb 6
This commit is contained in:
13
Labb6/test_args.sh
Executable file
13
Labb6/test_args.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Jack-Benny Persson
|
||||
# LX13
|
||||
# Labb 6, testing some arguments
|
||||
|
||||
# Echo all arguments
|
||||
echo $*
|
||||
|
||||
# Echo the total number of arguments
|
||||
echo $#
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user