bugs in av funcs
This commit is contained in:
@@ -75,6 +75,12 @@ for (( i=1; i<=$#; i++ )); do
|
|||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
if [[ $delay -gt 0 ]]; then
|
||||||
|
echo Waiting.. for $delay seconds
|
||||||
|
sleep $delay
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ $new_shell -eq 0 ]]; then
|
if [[ $new_shell -eq 0 ]]; then
|
||||||
|
|
||||||
if [[ $interact -eq 1 ]]; then
|
if [[ $interact -eq 1 ]]; then
|
||||||
@@ -96,11 +102,6 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [[ $delay -gt 0 ]]; then
|
|
||||||
echo Waiting.. for $delay seconds
|
|
||||||
sleep $delay
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
echo Grabbing: $filename ${size}+$pos
|
echo Grabbing: $filename ${size}+$pos
|
||||||
|
|
||||||
|
|||||||
@@ -186,6 +186,7 @@ while true; do
|
|||||||
title Command
|
title Command
|
||||||
echo "# $command"
|
echo "# $command"
|
||||||
echo ""
|
echo ""
|
||||||
|
lastchoice=EXECUTE
|
||||||
get_choice EXECUTE resize compression audio
|
get_choice EXECUTE resize compression audio
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user