whoami
touch /tmp/pizza.bash
echo "* * * * * /tmp/pizza.bash" >> robotcron
echo "printing crontab"
cat robotcron
crontab -u yankee robotcron
##
echo
echo "finished installing robot and configuring cron".