summarylogtreecommitdiffstats
path: root/clonehero
blob: 5f3588f7145592e82fe87c6b8d8016ccbf99457c (plain)
1
2
3
4
5
6
7
#!/bin/bash

# We need to increase the open file limit otherwise the game eventually crashes
# or softlocks with the log pointing to IOExceptions refering to "too many open
# files".
ulimit -Sn 8192
exec '/usr/lib/clonehero/clonehero' "$@"