foundationdb/build/get_version.sh

5 lines
84 B
Bash
Raw Normal View History

2018-05-04 06:48:10 +08:00
#!/usr/bin/env bash
cat $1 | grep '<Version>' | sed -e 's,^[^>]*>,,' -e 's,<.*,,'