generated from me/template-mit
Ensure the subcommands are run via the alias, not by sourcing the file.
This commit is contained in:
+1
-1
@@ -479,7 +479,7 @@ function process-video {
|
|||||||
return $status
|
return $status
|
||||||
}
|
}
|
||||||
alias pv="process-video"
|
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
|
# Allow converting video to audio and other smaller
|
||||||
# tasks than what process-video is intended to do.
|
# tasks than what process-video is intended to do.
|
||||||
|
|||||||
Reference in New Issue
Block a user