give_me_random_quotes.sh: init
This commit is contained in:
parent
2a35bf290b
commit
dc5249fb20
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
/bin/cat "$(find "${0%/*}" -type f |grep -vE ".git|LICENSE$|README.md$|${0##*/}"|sort -R |tail -1)"
|
Loading…
Reference in New Issue