From 1e09edfa70ae06881d19814a529e16d58254a875 Mon Sep 17 00:00:00 2001 From: Kimapr Date: Wed, 18 Dec 2024 00:05:04 +0500 Subject: [PATCH] remove the cd --- play6 | 1 - 1 file changed, 1 deletion(-) diff --git a/play6 b/play6 index e4ee2c7..96b7553 100755 --- a/play6 +++ b/play6 @@ -49,7 +49,6 @@ # this program is godawful and if it explodes # its your fault for being foolish enough to use it # -cd "$(dirname "$(command -v "$0")")" || exit mktfifo() { { mkfifo "$(printf "$(test -z "$TMPDIR" && printf '/tmp' || printf "%s" "$TMPDIR")/pipe.$(rand).$(rand)$1" | tee /dev/fd/3)"; } 3>&1