update.sh 139 B

12345
  1. #!/bin/bash
  2. echo "Commit and update with $1"
  3. git commit -am $1
  4. git push
  5. ssh students.a-level.com.ua 'cd ~/public_html/fenix4 && git pull'