This commit is contained in:
Benjamin Toby 2024-10-14 09:14:20 +01:00
parent be17f8aeb6
commit 6a358313cb

View File

@ -1,9 +1,13 @@
#!/bin/bash #!/bin/bash
root_dir=/media/benoti/Ubuntu-Disk/Github/dsql
if [ -z "$1" ]; then if [ -z "$1" ]; then
msg="Updates" msg="Updates"
else else
msg="$1" msg="$1"
fi fi
cp "$root_dir/package-shared/types/*" "$root_dir/types/*"
git add . && git commit -m "$msg" && git push git add . && git commit -m "$msg" && git push