#!/bin/sh

uci_file="/data/uci"

echo "Removing uci CRSP file $uci_file"
rm -Rf ${uci_dir}
