push.sh 144 B

1234567
  1. time=`date "+%Y-%m-%d_%H-%M-%S"`
  2. who=`hostname`
  3. git add --all
  4. git commit -m "${who} push @ ${time}"
  5. git push origin master
  6. echo "Finished Push"