#!/bin/bash cd /srv/web/infinote git add . >/dev/null git commit -a --author="infinote " -m "Automated Commit of $1" >/dev/null