5 lines
174 B
Bash
Executable file
5 lines
174 B
Bash
Executable file
#!/usr/bin/env bash
|
|
dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
links -dump http://www.qdb.us/random | sed -f "$dir/format-qdb-quotes.sed"
|
|
exit ${PIPESTATUS[0]}
|