mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 11:35:35 +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/'
|
|
|