#!/bin/sh
mdsLoadDicom -o pipe:test <../data/dicom/80.dcm &
mdsSliceRange -i pipe:test -o pipe:test2 &
mdsSliceView -i pipe:test2
