log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
volmetrics
view convert.sh @ 33:3e4eb9a0d999
find changesets by author, revision, files, or words in the commit message
fixed t1, t2 selection with the mouse
author
Eleni Maria Stea <elene.mst@gmail.com>
date
Sun, 17 Aug 2014 02:25:01 +0300
parents
children
line source
1
#!/bin/sh
2
3
for i in *.dcm; do
4
name=`basename $i .dcm`
5
convert $i $name.png
6
done