1
0
Fork 0
MastodonMegafono/examples/autobuongiorno.sh~
2018-04-10 12:10:53 +00:00

13 lines
191 B
Bash

#!/bin/sh
# WTFPL!
pic=$(immaginibuongiorno)
if [ "$pic" = "" ]
then
echo "notfound"
pic=$(immaginibuongiorno --random)
fi
wget -O /tmp/buongiorno "$pic"
toot -i="/tmp/buongiorno"