#!/bin/bash git add . git add app.py git commit -m "Add application file" git push echo "done"