summaryrefslogtreecommitdiff
path: root/open-chats.sh
diff options
context:
space:
mode:
Diffstat (limited to 'open-chats.sh')
-rwxr-xr-xopen-chats.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/open-chats.sh b/open-chats.sh
deleted file mode 100755
index 063d9ac..0000000
--- a/open-chats.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-while [ -n "$1" ]; do
- [ "$1" = "-d" ] && surf "discord.com/app" &
- [ "$1" = "-m" ] && surf "messenger.com" &
- shift
-done