Updates
This commit is contained in:
parent
be17f8aeb6
commit
6a358313cb
4
push.sh
4
push.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user