Börjat på labb 2
This commit is contained in:
7
Labb2/unsettest.sh
Executable file
7
Labb2/unsettest.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
declare DIST=Hej
|
||||
echo "Utan unset: $DIST"
|
||||
unset DIST
|
||||
echo "Med unset: $DIST"
|
||||
exit 0
|
Reference in New Issue
Block a user