Advertisement
Guest User

init_boinc.sh

a guest
Nov 21st, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/usr/bin/bash
  2.  
  3. # usage: ./init_boinc <computer(s)>
  4.  
  5. # on our servers, tmux isn't installed so I had it just use the binary I got from fedora repo (I did this months ago; and on my network made the Programs/bin folder public for anyone to use)
  6. TMUX=~/Programs/bin/tmux
  7.  
  8. ./mass_cmd.sh $1 "$TMUX new -d ./boinc"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement