cosmic/bin/newfortune

6 lines
112 B
Plaintext
Raw Normal View History

2019-01-02 02:21:27 +00:00
#!/bin/sh
2019-04-30 21:24:01 +00:00
if [ -n "$1" ]; then
fort="$*"
printf "%s\\n%%\\n" "$fort" >> /usr/share/games/fortunes/cosmic
fi