awips2/deltaScripts/19.3.1/DR7704/cleanupSvcbuBackupGrids.sh

6 lines
157 B
Bash
Raw Normal View History

2022-05-05 12:34:50 -05:00
#! /bin/bash
echo "INFO: Running delta script for DR 7704: cleaning up old GFE SvcBu grids"
rm -vf /awips2/GFESuite/exportgrids/backup/*
echo "INFO: Done."