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