Lots of bin changes
This commit is contained in:
parent
2c617a5b49
commit
121798e075
12 changed files with 258 additions and 44 deletions
|
@ -10,4 +10,5 @@ else
|
|||
json=$(curl https://xkcd.com/$comic/info.0.json 2> /dev/null)
|
||||
fi
|
||||
echo $json | /usr/bin/jq -C
|
||||
echo $json | /usr/bin/jq ".img" | xargs sxiv
|
||||
echo $json | /usr/bin/jq ".img" | xargs curl -s -o /tmp/xkcd
|
||||
sxiv /tmp/xkcd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue