git://lisas.de
/
terminatorX.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Moving often used links into linkdb
[terminatorX.git]
/
website
/
createpreview
1
#!/bin/bash
2
for file in $*;
3
do
4
jpegtopnm < $file | pnmscale -xsize=100 | jpegtopng > pre_$file
5
done