Initial commit
This commit is contained in:
8
bash/two-fer/two_fer.sh
Normal file
8
bash/two-fer/two_fer.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ -z "$1" ]]; then
|
||||
PERSON="you"
|
||||
else
|
||||
PERSON="$1"
|
||||
fi
|
||||
printf "One for $PERSON, one for me."
|
||||
Reference in New Issue
Block a user