This website requires JavaScript.
Explore
Help
Sign In
wbtiger
/
foundationdb
mirror of
https://github.com/apple/foundationdb.git
Watch
1
Star
0
Fork
You've already forked foundationdb
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aec51a1d9c
foundationdb
/
build
/
get_version.sh
5 lines
84 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
cat
$1
|
grep
'<Version>'
|
sed -e
's,^[^>]*>,,'
-e
's,<.*,,'
Reference in New Issue
View Git Blame
Copy Permalink