volmetrics

diff help/replace.sh @ 27:069fae435a1d

foo
author Eleni Maria Stea <elene.mst@gmail.com>
date Sun, 27 Apr 2014 19:24:48 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/help/replace.sh	Sun Apr 27 19:24:48 2014 +0300
     1.3 @@ -0,0 +1,2 @@
     1.4 +#!/bin/bash
     1.5 +for i in *.dcm; do convert $i `basename $i .dcm`.png; done