6 lines
157 B
Bash
6 lines
157 B
Bash
|
#! /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."
|
||
|
|