View difference between Paste ID: 76imJCY4 and jQUqu8ur
SHOW: | | - or go back to the newest paste.
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 $1 "$TMUX new -d ./boinc"
8+
./mass_cmd.sh $1 "$TMUX new -d ./boinc"