moving workspace to /tmp/

This commit is contained in:
tth 2020-10-09 01:36:04 +02:00
parent b1f8574f9d
commit 5599a2f7da
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ W="640"
H="480"
grabopt=" -s 640x480 -v -p 0 -n 100 -c cos01 "
mkdir V
mkdir /tmp/V
G=$(printf "%dx%d+0+0" $W $H)
@ -23,7 +23,7 @@ do
./t -k $fval -v qsortrgb $src
echo $foo ' = ' $fval
dst=$(printf "V/%03d.png" $foo)
dst=$(printf "/tmp/V/%03d.png" $foo)
montage $src $out -geometry $G $dst