From 82d321fd1d15f060bceacca0168cdf660493aeba Mon Sep 17 00:00:00 2001 From: Ian Mancini Date: Thu, 3 Jun 2021 16:22:45 -0300 Subject: [PATCH] launch-twitch-chat: use bash instead of generic sh --- launch-twitch-chat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch-twitch-chat b/launch-twitch-chat index 45737c3..362f5e3 100755 --- a/launch-twitch-chat +++ b/launch-twitch-chat @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash DATA_DIR="$HOME/.config/chromium/Twitch" CHANNEL="ianmethyst"