Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
GitHub Project
Context Navigation
Back to Ticket #1262
Ticket #1262
: many
File many,
108 bytes
(added by warner,
at 2010-11-28T07:59:28Z
)
shell script to replace "-m": run like "many ./bin/tahoe start ../GRID/node*"
Line
1
#!/bin/sh -eu
2
3
tahoe
=
"
$1
"
4
command
=
"
$2
"
5
shift
2
6
while
[
$#
-gt
0
]
;
do
"
$tahoe
"
"
$command
"
"
$1
"
;
shift
;
done
Download in other formats:
Original Format