5 lines
157 B
Bash
Executable file
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."
|
|
|