deploy script

This commit is contained in:
2025-05-24 05:14:31 -05:00
parent e966d5328d
commit bc93cfe3c3
5 changed files with 15 additions and 1 deletions

5
run.sh
View File

@@ -1,4 +1,9 @@
#!/bin/bash
[ "$ENV_DIR" == "" ] && export ENV_DIR=$HOME
[ ! -d "$ENV_DIR" ] && echo ENV_DIR DOES NOT EXIST && exit 1
echo ENV_DIR "$ENV_DIR"
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
runs_dir="$(find $script_dir/runs -mindepth 1 -maxdepth 1 -type f -executable)"