Bash.org quotes added.
This commit is contained in:
11
modules/bash/bash.sh
Executable file
11
modules/bash/bash.sh
Executable file
@@ -0,0 +1,11 @@
|
|||||||
|
[ -f functions.sh ] && source functions.sh
|
||||||
|
|
||||||
|
quote="$(curl -s http://bash.org/?random)"
|
||||||
|
quote="$(echo "$quote" | grep -m 1 -A 10 '"Permanent link to this quote."')"
|
||||||
|
quote="${quote#*class=\"qt\">}"
|
||||||
|
quote="${quote//</<}"
|
||||||
|
quote="${quote//>/>}"
|
||||||
|
quote="${quote%</p>*}"
|
||||||
|
quote="$(echo "$quote" | html2text)"
|
||||||
|
msg "$2" "$quote"
|
||||||
|
exit 0
|
Reference in New Issue
Block a user