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