Add systemd-tootd script
Add readme with example commands
Add GPL3 licence
Send a toot: toot Hello this is my toot Toot the output of a command (remember max character counts though): ls -l | toot Generate a new systemd unit name every hour and toot them all automatically: systemd-tootd | while read line ; do toot "$line" ; done