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
dced9232d0
foundationdb
/
build
/
get_package_name.sh
4 lines
87 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
cat
$1
|
grep
'<PackageName>'
|
sed -e
's,^[^>]*>,,'
-e
's,<.*,,'
Reference in New Issue
View Git Blame
Copy Permalink