oomox-modified/gui.sh

4 lines
65 B
Bash
Executable File

#!/bin/sh
cd "$(dirname "$0")" &&
exec python3 -m oomox_gui "$@"