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