Skip to content

Commit

Permalink
Modify ush-script of awips to use bash
Browse files Browse the repository at this point in the history
 On branch feature/gefs_v13_atmos_prep
 Changes to be committed:
	modified:   ush/gefs_atmos_getsbn.sh

Refs: NOAA-EMC#105
  • Loading branch information
XianwuXue-NOAA committed Feb 8, 2023
1 parent ce4b5e2 commit 589b36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ush/gefs_atmos_getsbn.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/ksh
#! /usr/bin/env bash
######################################################################
# UTILITY SCRIPT NAME : gefs_mmefs_awips.sh
# DATE WRITTEN : 08/30/2013
Expand Down Expand Up @@ -122,7 +122,7 @@ fi
msg=" $var for $bhr to $ehr hours HAS COMPLETED NORMALLY!"
echo "$msg"

echo "$(date -u) end ${.sh.file}"
echo "$(date -u) end ${BASH_SOURCE}"

exit 0
############## END OF SCRIPT #######################

0 comments on commit 589b36a

Please sign in to comment.