Add fun fortune script (which is really just shuf -n 1 /etc/fortune)

This commit is contained in:
Anthony Wang 2023-06-02 03:55:28 +00:00
parent a03e2b4a34
commit a0e1f9cc87
Signed by: a
GPG key ID: 42A5B952E6DD8D38

3
fortune Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/bash
shuf -n 1 /etc/fortune $@