summaryrefslogtreecommitdiffstats
path: root/play.sh
diff options
context:
space:
mode:
Diffstat (limited to 'play.sh')
-rwxr-xr-xplay.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/play.sh b/play.sh
new file mode 100755
index 0000000..20133ad
--- /dev/null
+++ b/play.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+if [[ $1 = "bro" ]]; then
+ echo "you are a bro, bro!"
+elif [[ -z $1 ]]; then
+ echo "you are a bitch"
+else
+ echo "you still are a bitch"
+fi
+
+if [[ x$1 = x ]]; then
+ echo "try your luck with arg1 next time"
+fi
+