rwxrob-dot/scripts/dancing
2023-07-28 01:10:06 -04:00

7 lines
98 B
Bash
Executable File

#!/bin/sh
what="$*"
if [ -z "$what" ]; then
what="pause for dancing"
fi
exec bannerfish "$what"