diff --git a/.local/share/scripts/steam-chat.sh b/.local/share/scripts/steam-chat.sh deleted file mode 100755 index 8fb5b75..0000000 --- a/.local/share/scripts/steam-chat.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh - -surf -L -c "$XDG_CACHE_HOME/steam-chat.txt" https://steamcommunity.com/chat/ & - diff --git a/.local/share/scripts/telegram.sh b/.local/share/scripts/telegram.sh deleted file mode 100755 index 6b60c80..0000000 --- a/.local/share/scripts/telegram.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh - -surf -L -c "$XDG_CACHE_HOME/telegram.txt" https://web.telegram.org/ & - diff --git a/.local/share/scripts/whatsapp.sh b/.local/share/scripts/whatsapp.sh deleted file mode 100755 index d4e477f..0000000 --- a/.local/share/scripts/whatsapp.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env sh - -surf -L -c "$XDG_CACHE_HOME/whatsapp.txt" https://web.whatsapp.com/ &