From 20b130e9317a7ec151a292ad07223ee2611529ce Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 5 May 2026 09:29:18 -0700 Subject: [PATCH] Switch order of subshells in case it helps with the file getting called home.mp4 every time. --- rc_shared.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc_shared.sh b/rc_shared.sh index d561ce0..77d8407 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -411,7 +411,7 @@ function process-video { return $status } alias pv="process-video" -alias qpv="pv ./raw/YouCut*.mp4 `basename $(pwd)`.mp4" +alias qpv="pv ./raw/YouCut*.mp4 $(basename `pwd`).mp4" # Allow converting video to audio and other smaller # tasks than what process-video is intended to do.