diff --git a/bashrc.sh b/bashrc.sh index 0a7e6f9..9e8508e 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -345,7 +345,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 ad other smaller # tasks than what process-video is intended to do.