From 43623780dd3a5ab6b6fe783900b17006a0091e44 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 28 Jun 2025 14:23:05 +0200 Subject: checkpoint --- bin/extra/last_replay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/extra/last_replay') 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')" -- cgit v1.2.3-70-g09d2