From 08d3ecfc6f651c233f0f5c98113303e2fbdbc1b1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 28 Mar 2018 18:50:24 +0200 Subject: [PATCH] Add main app --- dev/push.sh | 1 + dev/status.sh | 1 + 2 files changed, 2 insertions(+) mode change 100644 => 100755 dev/push.sh mode change 100644 => 100755 dev/status.sh diff --git a/dev/push.sh b/dev/push.sh old mode 100644 new mode 100755 index 258d60f..fb8850d --- a/dev/push.sh +++ b/dev/push.sh @@ -10,4 +10,5 @@ cd "$(dirname "$0")"/../../ +git push git submodule foreach --recursive 'git push' diff --git a/dev/status.sh b/dev/status.sh old mode 100644 new mode 100755 index a3f6298..12ea240 --- a/dev/status.sh +++ b/dev/status.sh @@ -10,4 +10,5 @@ cd "$(dirname "$0")"/../../ +git status git submodule foreach --recursive 'git status' -- 2.39.5