summaryrefslogtreecommitdiffstats
path: root/play.sh
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2012-05-26 00:22:05 -0500
committerKamil Kaminski <kyle@kkaminsk.com>2012-05-26 00:22:05 -0500
commit5c961dc755954d1a2f90248c81aff725cf38466c (patch)
tree73aebdd6101d798355149d6499186ef9a2ef866b /play.sh
downloadscripts-5c961dc755954d1a2f90248c81aff725cf38466c.tar.gz
scripts-5c961dc755954d1a2f90248c81aff725cf38466c.tar.bz2
scripts-5c961dc755954d1a2f90248c81aff725cf38466c.zip
initial commit
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
+