You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_report -d " will copy from teh 5th to 10th second of file.mov to a new file called file_copy.mov"
18
21
"${SCRIPTDIR}/makederiv" -h
22
+
exit
19
23
}
20
24
[ "${#}"= 0 ] && _usage
21
-
"${SCRIPTDIR}/makederiv" -T broadcast "${@}"
25
+
26
+
whilegetopts":ch" OPT ;do
27
+
case"${OPT}"in
28
+
c) CUT="Y" ;;
29
+
h) _usage ;;
30
+
:) echo"Option -${OPTARG} requires an argument"; _writeerrorlog "makederiv""The option selected required an argument and none was provided. The script had to exit.";exit 1 ;;
0 commit comments