mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 19:57:57 +00:00
3 lines
59 B
Bash
3 lines
59 B
Bash
|
#/usr/bin/env bash
|
||
|
echo "One for ${1:-"you"}, one for me."
|