1 2 3 4 5 6
#!/bin/sh cd $(dirname $(realpath $0)) export LD_LIBRARY_PATH=lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} mono Celeste.exe "$@"