# Add you API key to this line after the equal sign: export NEOCITIES_KEY=______________________________ # Takes in a "text string" and adds it to twtxt.txt prefixed with datetime #echo -e "`date +%FT%TZ`\t$1" >> twtxt.txt echo -e "`date +%FT%T+01:00`\t$1" >> twtxt.txt # upload twtxt.txt to Neocities using https://github.com/peterhellberg/neocities ./neocities upload twtxt.txt