give_me_random_quotes.sh: init

This commit is contained in:
Oliver Schraml 2019-10-11 13:47:17 +02:00
parent 2a35bf290b
commit dc5249fb20
1 changed files with 2 additions and 0 deletions

2
give_me_random_quote.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
/bin/cat "$(find "${0%/*}" -type f |grep -vE ".git|LICENSE$|README.md$|${0##*/}"|sort -R |tail -1)"