1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-28 03:38:54 +03:00
vimr/bin/current_bundle_version.sh
2016-07-16 21:37:59 +02:00

5 lines
72 B
Bash
Executable File

#!/bin/bash
agvtool what-version | sed '2q;d' | sed -E 's/ +(.+)/\1/'