aboutsummarylogtreecommitdiffstats
path: root/celeste
blob: 637563b0947a740eb817851fc70a81ff0b8f97e8 (plain)
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 "$@"