removeData.sh 80 B

123456789101112131415
  1. #!/bin/bash
  2. . `dirname $0`/env.sh
  3. PATIENTID=$1
  4. rm -rf $DSPECTTMP/$1;