aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-03-05 03:52:13 -0300
committerEuAndreh <eu@euandre.org>2025-03-05 03:52:13 -0300
commit9de6c4fc687ab296f02b10d8a59dec91b9d02996 (patch)
treed767a23876987c7adf36ac0169ad355c6d1217c1
parentbin/upload: rm (diff)
downloaddotfiles-9de6c4fc687ab296f02b10d8a59dec91b9d02996.tar.gz
dotfiles-9de6c4fc687ab296f02b10d8a59dec91b9d02996.tar.xz
bin/live: Do not cd, work on current directory
-rwxr-xr-xbin/live4
1 files changed, 0 insertions, 4 deletions
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"