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