mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-22 19:29:24 +01:00
add bash/usr-local-bin/torbrowser-launcher-flatpak
This commit is contained in:
parent
c98c44374e
commit
82d74acaa5
7
bash/usr-local-bin/torbrowser-launcher-flatpak
Executable file
7
bash/usr-local-bin/torbrowser-launcher-flatpak
Executable file
@ -0,0 +1,7 @@
|
||||
#!/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
|
Loading…
Reference in New Issue
Block a user