Commit 6163dab

chasinglightning  ·  2025-03-06 10:49:13 -0500 EST
parent 32208be
add new scripts in local bin
2 files changed,  +8, -0
+4, -0
1@@ -0,0 +1,4 @@
2+#!/bin/bash
3+# launch filezilla session excluded from VPN connection
4+
5+nohup mullvad-exclude filezilla > /dev/null 2>&1 &
+4, -0
1@@ -0,0 +1,4 @@
2+#!/bin/bash
3+# launch qterminal session excluded from VPN connection
4+
5+nohup mullvad-exclude qterminal > /dev/null 2>&1 &