2 lines
68 B
Bash
2 lines
68 B
Bash
|
#!/bin/sh
|
||
|
python3 minode/main.py --i2p --no-ip --host 127.0.0.1 "$@"
|