3 lines
64 B
Bash
3 lines
64 B
Bash
|
|
#!/bin/bash
|
||
|
|
exec python3 /opt/gutasktool/gutasktool/cli.py "$@"
|