Restructuring the repo
This commit is contained in:
parent
21e3cf65e6
commit
3d67598c27
45 changed files with 368 additions and 77 deletions
12
misc/webapp
Executable file
12
misc/webapp
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/zsh
|
||||
|
||||
source ${$(realpath "$0"):h:h}/lib/common.zsh
|
||||
|
||||
profile="${0:t}"
|
||||
|
||||
depend firefox firejail
|
||||
|
||||
mkdir -p $HOME/.jails/firefox-$profile
|
||||
|
||||
exec firejail --private=$HOME/.jails/firefox-$profile \
|
||||
firefox --class $profile --no-remote "$@"
|
Loading…
Add table
Add a link
Reference in a new issue