Init commit repo setup
This commit is contained in:
11
scripts/run-local
Normal file
11
scripts/run-local
Normal file
@@ -0,0 +1,11 @@
|
||||
# !/usr/bin/env bash
|
||||
ENVS=""
|
||||
while read -r line; do
|
||||
if [[ "$line" == *"#"* ]]; then
|
||||
continue
|
||||
fi
|
||||
ENVS+="$line "; done < local.env
|
||||
|
||||
echo "Building cybertron locally"
|
||||
eval "make build-cybertron
|
||||
$ENVS out/cybertron"
|
||||
Reference in New Issue
Block a user