spiegel-keyman/core/getversion.sh
2022-05-18 07:22:59 +10:00

7 lines
244 B
Bash
Executable file

#!/bin/bash
# Get the version number from VERSION.md
# When building from a Linux source package, `VERSION.md` is in the
# same directory as this script.
VERSIONFILE=VERSION.md
[ -f ../VERSION.md ] && VERSIONFILE=../VERSION.md
cat $VERSIONFILE