mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
4 lines
87 B
Bash
Executable File
4 lines
87 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cat $1 | grep '<PackageName>' | sed -e 's,^[^>]*>,,' -e 's,<.*,,'
|