#!/bin/bash toot post "The next LibreAustralia event will take place on $(date --date 'next wednesday' '+%a %e %b %Y'): . $(head -2 free-sw-song.txt) 🎶" && tail -n +3 free-sw-song.txt > /tmp/f.txt && mv /tmp/f.txt free-sw-song.txt