Files
bitoj_python/scripts/f
2025-10-11 11:23:58 +08:00

8 lines
250 B
Bash
Executable File

#!/bin/dash
# This is just a wrapper of run-guard program.
# AppArmor use different profile for different programs, so we create
# different scripts for different language.
echo `dirname $0`/run-guard.py $@>fff.txt
exec `dirname $0`/run-guard.py $@