Committing Everything
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
echo "Hello world"
|
||||
|
||||
if [ ! -d /tmp/storage ]; then
|
||||
echo "making storage"
|
||||
mkdir /tmp/storage
|
||||
else
|
||||
echo "storage already exists"
|
||||
|
||||
# end of file
|
||||
fi
|
||||
Reference in New Issue
Block a user