#!/usr/bin/env sh set -e cd $1 git add conf/ shell/ git commit -m "edit" README.md dever.py conf/ shell/ git push -u origin master