Files
explorer-monorepo/QUICK_RUN.sh

11 lines
210 B
Bash
Raw Normal View History

#!/bin/bash
# Quick run script - can be executed from any directory
cd "$(dirname "$0")" || cd ~/projects/proxmox/explorer-monorepo
echo "Running deployment from: $(pwd)"
echo ""
bash EXECUTE_DEPLOYMENT.sh