Quantcast
Channel: Linux – unsharpTech
Viewing all articles
Browse latest Browse all 11

Get a Chuck Norris joke with bash

$
0
0
curl -s http://api.icndb.com/jokes/random/ | python -c 'import sys, json; print "\n\n"+json.load(sys.stdin)["value"]["joke"]+"\n\n"'

Viewing all articles
Browse latest Browse all 11

Trending Articles