summarylogtreecommitdiffstats
path: root/clonehero
blob: 45160d662de383b261680706e53b89ac455181f5 (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 /opt/clonehero/clonehero "$@"