gluon-mesh-batman-adv: add batman-adv version information to alfred

This commit is contained in:
Matthias Schiffer 2014-06-09 19:29:13 +02:00
parent 779d428d9a
commit 24d5168a4c
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
local version = util.exec('batctl -v'):match('%[batman%-adv: ([^%]]+)%]')
return { version = version }