diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..773a77b --- /dev/null +++ b/push.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +git add . +git commit -m "⏳ @eshanized continuously updating the repository!" +git push origin master \ No newline at end of file