IES/version.sh
2015-06-12 11:02:05 -07:00

3 lines
128 B
Bash
Executable file

#!/bin/sh
cat include/common/fm_version.h | grep "define FM_BUILD_IDENTIFIER" | cut -d "\"" -f2 | cut -d " " -f3 | tr -d '\n'