From 6a358313cb2c13d7069c1b2f6946c4613adc2fb0 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Mon, 14 Oct 2024 09:14:20 +0100 Subject: [PATCH] Updates --- push.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/push.sh b/push.sh index 12b207b..268b13a 100644 --- a/push.sh +++ b/push.sh @@ -1,9 +1,13 @@ #!/bin/bash +root_dir=/media/benoti/Ubuntu-Disk/Github/dsql + if [ -z "$1" ]; then msg="Updates" else msg="$1" fi +cp "$root_dir/package-shared/types/*" "$root_dir/types/*" + git add . && git commit -m "$msg" && git push