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