quotes/give_me_random_quote.sh

3 lines
112 B
Bash
Executable File

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