4 lines
116 B
Bash
4 lines
116 B
Bash
|
#!/bin/bash
|
||
|
bittorrent-tracker -p 8888 --http --ws --udp --http-hostname 0.0.0.0 --udp-hostname 0.0.0.0 &
|
||
|
npm start
|