X-Git-Url: https://git.josue.xyz/?p=josuexyz%2F.git;a=blobdiff_plain;f=pusher.sh;fp=pusher.sh;h=f623683781c7e1558362bd123167c75d9b54c488;hp=0000000000000000000000000000000000000000;hb=fc562d75b270501a559a849c8c21018850eb2014;hpb=c04159d45d11cc584b213914c4a755b7d0c83490 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;