initial commit
This commit is contained in:
4
cowsay/random.sh
Executable file
4
cowsay/random.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Cowsay a random line from ./quotes.txt
|
||||
cowsay $(shuf -n 1 ~/.config/cowsay/quotes.txt)
|
||||
Reference in New Issue
Block a user