hola
authorOscar J. Rodriguez B <josuer08@gmail.com>
Tue, 14 Apr 2020 05:43:05 +0000 (01:43 -0400)
committerOscar J. Rodriguez B <josuer08@gmail.com>
Tue, 14 Apr 2020 05:43:05 +0000 (01:43 -0400)
.pusher.sh.swp [new file with mode: 0644]
pusher.sh [new file with mode: 0755]

diff --git a/.pusher.sh.swp b/.pusher.sh.swp
new file mode 100644 (file)
index 0000000..1a76c93
Binary files /dev/null and b/.pusher.sh.swp differ
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;