scripts/bash/usr-local-bin/torbrowser-launcher-flatpak

8 lines
182 B
Bash
Executable File

#!/usr/bin/env bash
# Starting the torbrowser-launcher flatpak. Not to override the one from package manager.
set -x
flatpak run com.github.micahflee.torbrowser-launcher $@
set +x