aboutsummaryrefslogtreecommitdiff
path: root/firefox
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-01-23 12:48:30 +0100
committerLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-01-23 12:48:30 +0100
commit97f968a30e7dc28f6d99bfbaae8a4aeefb6ad525 (patch)
tree5a250224ab69a04f05be2f757af86bfee9a7fec0 /firefox
parenta00f92fdb6062af011d98ba8af6ddf0713fa7b3e (diff)
downloadbin-97f968a30e7dc28f6d99bfbaae8a4aeefb6ad525.tar.gz
bin-97f968a30e7dc28f6d99bfbaae8a4aeefb6ad525.zip
added all of my scripts
Diffstat (limited to 'firefox')
-rwxr-xr-xfirefox4
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox b/firefox
new file mode 100755
index 0000000..20dac09
--- /dev/null
+++ b/firefox
@@ -0,0 +1,4 @@
+#!/bin/sh
+exec firejail --profile=/etc/firejail/firefox-esr.profile \
+ /usr/bin/firefox-esr --no-remote "$@"
+