Files
DDNS/run.sh
T
2016-11-07 12:03:31 +08:00

3 lines
146 B
Bash
Executable File

#!/usr/bin/env bash
RUN_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )";
"$RUN_DIR/run.py" -c "$RUN_DIR/config.json" >> "$RUN_DIR/run.log"