diff options
author | EuAndreh <eu@euandre.org> | 2025-03-05 03:52:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-03-05 03:52:13 -0300 |
commit | 9de6c4fc687ab296f02b10d8a59dec91b9d02996 (patch) | |
tree | d767a23876987c7adf36ac0169ad355c6d1217c1 /bin/live | |
parent | bin/upload: rm (diff) | |
download | dotfiles-9de6c4fc687ab296f02b10d8a59dec91b9d02996.tar.gz dotfiles-9de6c4fc687ab296f02b10d8a59dec91b9d02996.tar.xz |
bin/live: Do not cd, work on current directory
Diffstat (limited to 'bin/live')
-rwxr-xr-x | bin/live | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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" |