6 lines
73 B
Bash
6 lines
73 B
Bash
#!/bin/bash
|
|
|
|
sed -i "s/{guard}/${GUARD}/" /etc/tor/torrc
|
|
tor &
|
|
exec "$@"
|