mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-26 07:13:24 +03:00
5 lines
91 B
Bash
Executable File
5 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
agvtool what-marketing-version | tail -n 1 | sed -E 's/.*of "(.*)" in.*/\1/'
|
|
|