mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-26 07:13:24 +03:00
5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
|
|
agvtool what-version | sed '2q;d' | sed -E 's/ +(.+)/\1/'
|
|
|