beeki

start

Sep 12th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. # Allow core dumps
  2. ulimit -c unlimited
  3.  
  4. # Set working directory
  5. cd ~/home/teste/
  6.  
  7. # Main loop
  8. while true;
  9. do
  10.         ./tfs
  11. done;
Advertisement
Add Comment
Please, Sign In to add comment