diff --git a/LDP/users/Jason-Evans/pushit.sh b/LDP/users/Jason-Evans/pushit.sh new file mode 100755 index 00000000..22b91768 --- /dev/null +++ b/LDP/users/Jason-Evans/pushit.sh @@ -0,0 +1,6 @@ +#!/bin/bash +date=`date +%D-%T` +#git pull -m `echo $DATE` +git commit -a -m echo $DATE +git push +