log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
volmetrics
view convert.sh @ 35:df4a277adb82
find changesets by author, revision, files, or words in the commit message
port to macosx
author
John Tsiombikas <nuclear@member.fsf.org>
date
Fri, 06 Feb 2015 21:15:23 +0200
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