4 lines
111 B
Bash
Executable File
4 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
# should be located in /usr/local/bin as yms
|
|
exec /usr/bin/python3 /usr/local/lib/yms/ymsgui.py "$@"
|