From: Oscar J. Rodriguez B Date: Tue, 14 Apr 2020 05:43:05 +0000 (-0400) Subject: hola X-Git-Url: https://git.josue.xyz/?p=josuexyz%2F.git;a=commitdiff_plain;h=fc562d75b270501a559a849c8c21018850eb2014 hola --- diff --git a/.pusher.sh.swp b/.pusher.sh.swp new file mode 100644 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 index 0000000..f623683 --- /dev/null +++ b/pusher.sh @@ -0,0 +1,2 @@ +#!/bin/bash +git add . && git commit -m "$@" && git push;