summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-06-28 14:23:05 +0200
committerRaymaekers Luca <luca@spacehb.net>2025-06-28 14:23:05 +0200
commit43623780dd3a5ab6b6fe783900b17006a0091e44 (patch)
treead1d8cc371e627aff10dec927882d776d79f5ba3 /bin
parent0de0f0922a2c3ce0246c99c8f6f276d06cf11531 (diff)
checkpoint
Diffstat (limited to 'bin')
-rwxr-xr-xbin/extra/last_replay2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/extra/last_replay b/bin/extra/last_replay
index 5cc0dba..7029257 100755
--- a/bin/extra/last_replay
+++ b/bin/extra/last_replay
@@ -1,7 +1,7 @@
#!/bin/sh
File="$(find ~/vids/replays -type f -printf '%Ts %p\n' |
- grep -E '\.(mp4|mkv|webm)' |
+ grep -E '\.(mp4|mkv|webm)$' |
sort -n -r |
head -n 1 |
cut -f 2- -d' ' | tr -d '\n')"