main
sh 6 lines 146 Bytes
Raw
1 #!/bin/sh
2 set -eu
3
4 SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
5
6 exec python3 "$SCRIPT_DIR/self_update_manager.py" trigger-update "$@"