Advertisement
andsim

Untitled

Nov 6th, 2011
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. #!/bin/bash
  2. while [ 1 ]; do
  3. ulimit -s 262144
  4. mono --debug OpenSim.exe
  5. done
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement