aboutsummaryrefslogtreecommitdiff
path: root/bin/live
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-03-07 08:18:27 -0300
committerEuAndreh <eu@euandre.org>2025-03-07 08:22:46 -0300
commit1d05f385b2876bc54589f55d2cb10ba3499dfdc3 (patch)
treeda0e17de418638ca47417eec615987ec8c1726fc /bin/live
parentbin/: Have video(1) for standalone screencasts and live(1) based on it (diff)
downloaddotfiles-1d05f385b2876bc54589f55d2cb10ba3499dfdc3.tar.gz
dotfiles-1d05f385b2876bc54589f55d2cb10ba3499dfdc3.tar.xz
bin/{live,process}: Assume we're already inside live/
Diffstat (limited to 'bin/live')
-rwxr-xr-xbin/live2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/live b/bin/live
index f452144..ba21fe7 100755
--- a/bin/live
+++ b/bin/live
@@ -1,7 +1,7 @@
#!/bin/sh
set -eu
-DIR="live/data/$(timestamp)"/"$(now)"
+DIR="data/$(timestamp)"/"$(now)"
mkdir -p "$DIR"
cd "$DIR"