foundationdb/build/get_version.sh
2018-12-13 14:13:47 -08:00

5 lines
84 B
Bash
Executable File

#!/usr/bin/env bash
cat $1 | grep '<Version>' | sed -e 's,^[^>]*>,,' -e 's,<.*,,'