mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
8 lines
231 B
Bash
Executable File
8 lines
231 B
Bash
Executable File
#!/bin/bash
|
|
# @license MIT, Insality 2021
|
|
# @source https://github.com/Insality/druid
|
|
|
|
echo "Run bash for $1"
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
|
|
/usr/local/bin/python3.7 $DIR/setup_layers.py $@ |