hola
[josuexyz/.git] / pusher.sh
diff --git a/pusher.sh b/pusher.sh
new file mode 100755 (executable)
index 0000000..f623683
--- /dev/null
+++ b/pusher.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+git add . && git commit -m "$@" && git push;