Seperate the script

This commit is contained in:
dvirlabs 2025-06-23 00:23:06 +03:00
parent ff52ebe83e
commit 4c030c10a5

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -e set -e
source ./config.sh source automation/config.sh
rm -rf .tmp-repos rm -rf .tmp-repos
mkdir -p .tmp-repos mkdir -p .tmp-repos