dotfiles/bin/tor
inigoortega 753c07c665 All scripts are POSIXfied now (I think).
There might be bugs
2019-10-01 16:20:43 +02:00

9 lines
107 B
Bash
Executable file

#!/usr/bin/env sh
origin="$(pwd)"
cd $HOME/tor-browser_en-US
./start-tor-browser.desktop &
cd "$origin"