catfact (143B)
1 #!/bin/sh 2 3 [ -n "$TORIFY" ] && proxy="--socks4a 127.0.0.1:9050" 4 5 curl -s ${proxy} http://catfacts-api.appspot.com/api/facts | jq -r '.facts[]'