awips2/deltaScripts/14.3.1/DR2667/renameLightningSourceInProcedures.sh
2022-05-05 12:34:50 -05:00

9 lines
253 B
Bash
Executable file

#!/bin/bash
# This script will rename the lightning source column in any D2D procedure files
# This update is only for edex servers which host the cave localization files
MY_DIR=`dirname $0`
bash $MY_DIR/utility/updateLightningNameInXML.sh -p
exit 0