scripts/misc/webapp

13 lines
241 B
Plaintext
Raw Normal View History

2019-09-30 12:49:14 +00:00
#!/bin/zsh
2020-04-02 08:38:36 +00:00
source ${$(realpath "$0"):h:h}/lib/common.zsh
2019-09-30 12:49:14 +00:00
profile="${0:t}"
2020-04-02 08:38:36 +00:00
depend firefox firejail
2019-09-30 12:49:14 +00:00
mkdir -p $HOME/.jails/firefox-$profile
exec firejail --private=$HOME/.jails/firefox-$profile \
2020-04-02 08:38:36 +00:00
firefox --class $profile --no-remote "$@"