#!/usr/bin/env bash set -ex git status . read -p "Press enter to continue" git add . git commit -m "update vinniesniper-54816" git push