awips2/rpms/build/common/systemInfo.sh

6 lines
145 B
Bash
Raw Normal View History

2022-05-05 12:34:50 -05:00
#!/bin/bash
export COMPONENT_BUILD_DATE=`date +"%m-%d-%Y"`
export COMPONENT_BUILD_TIME=`date +"%T %Z"`
export COMPONENT_BUILD_SYSTEM=`hostname`