summaryrefslogtreecommitdiffstats
path: root/bin/hornet/twitch
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-10 16:00:59 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-10 16:00:59 -0400
commit5120b108ca2dcd78db519226516e071aca7b81d0 (patch)
treebd2d471d4e16b757b0dac2a7fc470b5caacfb5eb /bin/hornet/twitch
parent7946924e237e059bb1b8ca311824042f69396e66 (diff)
downloadconf-5120b108ca2dcd78db519226516e071aca7b81d0.tar.gz
conf-5120b108ca2dcd78db519226516e071aca7b81d0.zip
shfmt everything
Diffstat (limited to 'bin/hornet/twitch')
-rwxr-xr-xbin/hornet/twitch4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/hornet/twitch b/bin/hornet/twitch
index 79473f2..5b691ab 100755
--- a/bin/hornet/twitch
+++ b/bin/hornet/twitch
@@ -2,8 +2,8 @@
if [ -z "${1}" ]; then
ssh partofme killall vlc
- echo '*/buffer close twitch.#' > ~/.weechat/weechat_fifo
+ echo '*/buffer close twitch.#' >~/.weechat/weechat_fifo
else
ssh partofme sh -c "'nohup twitch ${1} > /dev/null 2>&1 &'"
- echo "irc.server.twitch */join #${1}" > ~/.weechat/weechat_fifo
+ echo "irc.server.twitch */join #${1}" >~/.weechat/weechat_fifo
fi