(Scripts)~Fixup cowfortune and datetime

Cowfortune now has a hardcoded absolute path to the cowfile.

datetime has a better icon.
This commit is contained in:
2024-08-19 16:30:06 +01:00
parent d56aea2398
commit fb498ec5f0
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
cow=$(echo -e "default\ncower\nmoofasa\nmoose\nmutilated\nsatanic\nsheep\nsmall\ntux\nvader" | shuf | head -1)
fortune | cowsay -f $cow
fortune | cowsay -f /usr/share/cowsay/cows/$cow.cow

View File

@@ -1,2 +1,2 @@
#!/usr/bin/env bash
echo " $(date +'%a %d %b %R')"
echo " $(date +'%a %d %b %R')"