From b1ed48f8326bc6271d5a899cb4eb211ebba6bca2 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 5 Oct 2021 21:34:44 +0100 Subject: [PATCH] DEPLauncher --- Helpers/launch-dep.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 Helpers/launch-dep.sh diff --git a/Helpers/launch-dep.sh b/Helpers/launch-dep.sh new file mode 100644 index 0000000..e6fe280 --- /dev/null +++ b/Helpers/launch-dep.sh @@ -0,0 +1 @@ +bash -c 'osascript -e "tell application \"DEPNotify\"" -e "activate" -e "end tell"' \ No newline at end of file