5 lines
64 B
Text
5 lines
64 B
Text
|
#!/bin/sh
|
||
|
|
||
|
cd "$(dirname "$0")"
|
||
|
exec python -m nyacme.hook "$@"
|