stuff and things

This commit is contained in:
2025-05-24 21:15:23 -05:00
parent 1be4f161e3
commit 90248ad822
14 changed files with 41 additions and 31 deletions

7
runs/env.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
echo DEPLOYING FILES
cp -r $script_dir/../env/. "$DEV_ENV"
[ -d "$script_dir/../env_private/env/" ] && cp -r $script_dir/../env_private/env/. "$DEV_ENV"
echo -----------------