silent superflous msg
This commit is contained in:
parent
a51a963ba0
commit
c08cd56637
@ -11,7 +11,7 @@ SEQ="essai"
|
||||
if [ $# == 1 ] ; then
|
||||
SEQ=$1
|
||||
fi
|
||||
echo "[$SEQ] going EGA" | tee -a WS/log
|
||||
# echo "[$SEQ] going EGA" | tee -a WS/log
|
||||
|
||||
debut=$(date +%s)
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@ fi
|
||||
|
||||
GIF="t-$SEQ.gif"
|
||||
|
||||
echo "seq $SEQ -> $GIF" | tee -a WS/log
|
||||
# echo "seq $SEQ -> $GIF" | tee -a WS/log
|
||||
|
||||
convert \
|
||||
-delay 7 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user