From 767c0821ee0a1ad893efe9b5bc8e84f5629f8416 Mon Sep 17 00:00:00 2001 From: adam <56338480+adastx@users.noreply.github.com> Date: Fri, 4 Nov 2022 21:43:06 +0100 Subject: scripts: removed bashisms --- .local/bin/pashare | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local/bin/pashare') diff --git a/.local/bin/pashare b/.local/bin/pashare index a13c25e..0e6d885 100755 --- a/.local/bin/pashare +++ b/.local/bin/pashare @@ -15,9 +15,9 @@ main () { } start () { - stop &>/dev/null + stop >/dev/null 2>&1 - DEST=$(<$XDG_CONFIG_HOME/pashare/dest) + DEST=$(cat $XDG_CONFIG_HOME/pashare/dest) pactl load-module module-null-sink \ sink_name=rtp \ -- cgit v1.2.3-70-g09d2