This website works better with JavaScript.
Explore
Help
Sign In
dxs
/
onionr
Watch
1
Star
0
Fork
You've already forked onionr
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2044
Commits
3
Branches
0
Tags
15 MiB
Python
67.6%
JavaScript
23%
HTML
7.3%
Shell
1%
CSS
1%
Tag:
Branch:
Tree:
master
createdirs-uid
docker
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
onionr
/
start-many-nodes.py
8 lines
100 B
Raw
Permalink
Blame
History
import
os
n
=
int
(
input
(
"
how many nodes:
"
)
)
for
_
in
range
(
n
)
:
os
.
system
(
'
./start-ram.sh
'
)
Reference in new issue
View Git Blame
Copy Permalink