From 9401cfcfbc2a21800e8f8c8361e3ef29e6c2a355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Bozs=C3=B3?= Date: Tue, 14 May 2019 17:54:57 +0200 Subject: [PATCH] Started --- utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.sh b/utils.sh index 3604574..fcd61fc 100644 --- a/utils.sh +++ b/utils.sh @@ -49,6 +49,7 @@ check_narg() { push() { check_narg $# 1 + echo $* git commit -am $* git push origin master }