From 908cb7c24d6b292a59caa4bf3a361c00ccfdd0c3 Mon Sep 17 00:00:00 2001 From: randomuser Date: Sun, 2 Apr 2023 12:45:15 -0500 Subject: [PATCH] add a simple discord shortcut --- Makefile | 1 + sh/discord | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 sh/discord diff --git a/Makefile b/Makefile index b6814b6..503175c 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ sh: cp -f sh/capture $(DESTDIR)$(PREFIX)/bin cp -f sh/toggle-contingency-mode $(DESTDIR)$(PREFIX)/bin ln -sf $(DESTDIR)$(PREFIX)/bin/tmenu_run $(DESTDIR)$(PREFIX)/bin/regenerate + cp -f sh/discord $(DESTDIR)$(PREFIX)/bin check: shellcheck sh/* diff --git a/sh/discord b/sh/discord new file mode 100755 index 0000000..45f1bf8 --- /dev/null +++ b/sh/discord @@ -0,0 +1,3 @@ +#!/bin/sh + +chromium --app=https://discord.com/login --profile-directory="Profile 1"