#! /bin/bash TIME=`(time python3 updater.py ) 2>&1` # add every new file git add raw git add craft git commit -m 'daily cron' -m "$TIME" git push