diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..e5b5919 --- /dev/null +++ b/push.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +# Author: Eshan Roy (Eshanized) + +BRANCH=master +CMSG="⏳ @eshanized updated the repository!!!" + +git add . +git commit -m "${CMSG}" +git push origin "${BRANCH}" \ No newline at end of file