toot/examples/autobuongiorno.sh~

14 lines
191 B
Bash
Raw Normal View History

2018-04-10 14:10:53 +02:00
#!/bin/sh
# WTFPL!
pic=$(immaginibuongiorno)
if [ "$pic" = "" ]
then
echo "notfound"
pic=$(immaginibuongiorno --random)
fi
wget -O /tmp/buongiorno "$pic"
toot -i="/tmp/buongiorno"