summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.local/bin/dmapps4
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/dmapps b/.local/bin/dmapps
index 1d5432d..725c485 100755
--- a/.local/bin/dmapps
+++ b/.local/bin/dmapps
@@ -58,6 +58,7 @@ use constant WORK_LIST => "" .
"VMware" . "\n" .
"DBeaver" . "\n" .
"Miro" . "\n" .
+"FortiClient" . "\n" .
"Teams";
sub run
@@ -190,6 +191,9 @@ sub run
case "Miro" {
exec("miro");
}
+ case "FortiClient" {
+ exec("forticlient", "gui");
+ }
case "Teams" {
exec("teams");
}