7 lines
114 B
Bash
Executable file
7 lines
114 B
Bash
Executable file
#!/bin/bash
|
|
tor -f /etc/torrc &
|
|
sleep 2
|
|
mkdir -p ./shared
|
|
cd ./shared
|
|
donar -a naive -s -e 9000 &
|
|
udpecho -p 9000
|