Apply conversion script to all *.md files. authored by Alexander Hansen Færøy's avatar Alexander Hansen Færøy
Bash script to create multiple torbrowsers with different IPs given a folder with the default TorBrowser.
{{{
#!div style="font-size: 80%"
```
Code highlighting:
{{{#!bash
#!/bin/bash
......@@ -52,5 +51,5 @@ do
sed -i "s/SocksPort 9150/SocksPort $SOCKS_PORT/g" $TORRC
sed -i "s/ControlPort 9151/ControlPort $CONTROL_PORT/g" $TORRC
done
}}}
```
}}}
\ No newline at end of file