mirror of
https://github.com/notwa/rc
synced 2024-11-05 08:19:03 -08:00
remove cutv docs
because nobody needs to see this right now
This commit is contained in:
parent
4ebd42d8df
commit
2c9262f77b
1 changed files with 1 additions and 3 deletions
4
sh/cutv
4
sh/cutv
|
@ -1,9 +1,7 @@
|
|||
#!/usr/bin/env zsh
|
||||
# YES_ZSH NO_BASH NO_DASH NO_ASH
|
||||
|
||||
cutv() { ### @-
|
||||
### (WIP) create a short clip of a long video file.
|
||||
|
||||
cutv() {
|
||||
argc $# -ge 2 "$0" || return
|
||||
argc $# -le 4 "$0" || return
|
||||
local nel="${1?missing length parameter}"
|
||||
|
|
Loading…
Reference in a new issue