summarylogtreecommitdiffstats
path: root/clonehero
blob: 7c0c2cff46da5db8ec42fe303f54e393f2aeff16 (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 './clonehero' "$@"