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 48ea4b711f
commit 7a3e8d1632

View File

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