From b184782970853b3c479f6c4ad833a36a3aea7afa Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Sun, 10 May 2020 21:13:46 -0400 Subject: mega update --- open-chats.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 open-chats.sh (limited to 'open-chats.sh') diff --git a/open-chats.sh b/open-chats.sh new file mode 100755 index 0000000..063d9ac --- /dev/null +++ b/open-chats.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +while [ -n "$1" ]; do + [ "$1" = "-d" ] && surf "discord.com/app" & + [ "$1" = "-m" ] && surf "messenger.com" & + shift +done -- cgit v1.2.3