Skip to content

Commit

Permalink
outline for script
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoangdinh85 committed Jun 5, 2017
1 parent 3679414 commit 8968c97
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions example_if.sh
@@ -0,0 +1,15 @@
#!/bin/bash

# if []; then
# do
# elif []; then
# do
# else
# do
# fi

if [ -d /home/test ]; then
echo "true, works"
else
echo "did not work"
fi

0 comments on commit 8968c97

Please sign in to comment.