blob: 58454154cdc8352c2f9ec0b04d188d2eec1cd88c (
plain)
1
2
3
4
|
#!/bin/sh
# This script only exists because the godot executable and the pck file need
# to be in the same place by default and it kills me to put them both in /usr/bin...
"/usr/share/the-mirror/the-mirror" "$@"
|