- commit
- 6163dab
- parent
- 32208be
- author
- chasinglightning
- date
- 2025-03-06 10:49:13 -0500 EST
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 &