4 lines
43 B
Bash
4 lines
43 B
Bash
#!/bin/sh
|
|
rm /root/.tor/state
|
|
tor &
|
|
/bin/sh |
#!/bin/sh
|
|
rm /root/.tor/state
|
|
tor &
|
|
/bin/sh |