awips2/deltaScripts/19.3.1/DR7704/cleanupSvcbuBackupGrids.sh
2022-05-05 12:34:50 -05:00

5 lines
157 B
Bash
Executable file

#! /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."