Files
DynamicDNS-SSL/scripts/run_script.sh

6 lines
112 B
Bash
Executable File

#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Run the script
python3 $DIR/../run.py $@