aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-03-02 18:02:20 -0300
committerEuAndreh <eu@euandre.org>2025-03-02 18:02:20 -0300
commite7b476c7eec5a8ddd586e9284835133228e94019 (patch)
tree502c84e522e2f89e3658d23c8d73f32794185612 /bin
parentbin/upload: Add version that does not delete files (diff)
downloaddotfiles-e7b476c7eec5a8ddd586e9284835133228e94019.tar.gz
dotfiles-e7b476c7eec5a8ddd586e9284835133228e94019.tar.xz
bin/live: Store data in subdirectory
Diffstat (limited to 'bin')
-rwxr-xr-xbin/live2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/live b/bin/live
index 47342ce..7b3caa8 100755
--- a/bin/live
+++ b/bin/live
@@ -2,7 +2,7 @@
set -eu
cd "${LIVEDIR:~/Public/live}"
-DIR="$(timestamp)"/"$(now)"
+DIR="data/$(timestamp)"/"$(now)"
mkdir -p "$DIR"
cd "$DIR"