2025-01-20 11:24:16 -08:00

6 lines
90 B
Bash
Executable File

#!/bin/bash
source $(dirname $0)/env.sh
exec python3 $(dirname $0)/link_wrapper.py "$@"