Removed submodules
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
echo N=${NUM}
|
||||
export NUM=5
|
||||
echo N=${NUM}
|
||||
unset NUM
|
||||
echo N=${NUM}
|
||||
export NUM=10
|
||||
echo N=${NUM}
|
||||
quit
|
||||
Reference in New Issue
Block a user