$ echo 'test' | openssl base64 dGVzdAo=
$ echo 'test' | base64 dGVzdAo=
args="$@" b64=$(echo -n "$@" | openssl base64) url="http://www.commandlinefu.com/commands/matching/$args/$b64/plaintext"