mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-28 10:52:03 +08:00
5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cat $1 | grep '<Version>' | sed -e 's,^[^>]*>,,' -e 's,<.*,,'
|
|
|