5 lines
232 B
Bash
Executable file
5 lines
232 B
Bash
Executable file
#!/usr/bin/env bash
|
|
dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
curl http://www.xkcdb.com/\?random1 | hxnormalize -i 0 -l 99999999999 -x | hxremove br | hxselect -cs '\n%\n' 'span.quote' | hxunent
|
|
exit ${PIPESTATUS[0]}
|