wiki/notebook/assets/challenges.exercism.bash/two-fer.sh
2022-11-23 17:56:44 +08:00

3 lines
60 B
Bash
Executable File

#!/usr/bin/env bash
echo "One for ${1:-"you"}, one for me."