Documentation updated.
[monikop.git] / doc / fake-screenshots.sh
blob979fc53a6ae658f62ebd1a1ab9ce587fce0905a1
1 #! /bin/bash
3 for i in monikop-screenshot pokinom-screenshot; do
4 xterm -e ./fake-$i.pl &
5 PID=$!
6 sleep 5
7 import -window fake-$i.pl -crop 475x312+2+2 ../html/$i.png
8 kill $PID
9 done