repo.or.cz
/
monikop.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://trebb@git.berlios.de/gitroot/monikop
[monikop.git]
/
doc
/
fake-screenshots.sh
blob
979fc53a6ae658f62ebd1a1ab9ce587fce0905a1
1
#! /bin/bash
2
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
475
x312
+
2
+
2
..
/
html
/
$i
.png
8
kill
$PID
9
done