From 9de6c4fc687ab296f02b10d8a59dec91b9d02996 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 5 Mar 2025 03:52:13 -0300 Subject: bin/live: Do not cd, work on current directory --- bin/live | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin') diff --git a/bin/live b/bin/live index 02210f9..4320f7d 100755 --- a/bin/live +++ b/bin/live @@ -1,10 +1,6 @@ #!/bin/sh set -eu -D="${LIVEDIR:-$HOME/Public/live}" -mkdir -p "$D"/queue -cd "$D" - DIR="data/$(timestamp)"/"$(now)" mkdir -p "$DIR" cd "$DIR" -- cgit v1.2.3