Initial commit

This commit is contained in:
2023-04-18 21:30:43 +02:00
commit 8a54eb45e8
32 changed files with 3636 additions and 0 deletions

8
bash/two-fer/two_fer.sh Normal file
View 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."