3 lines
44 B
Bash
3 lines
44 B
Bash
cd "$(dirname "$0")"
|
|
exec python3 update.py
|
cd "$(dirname "$0")"
|
|
exec python3 update.py
|