#!/bin/bash

git pull ; git add -A ; git commit -m 'development' ; git push; echo "$pwd"
