index
:
openwrt-packages.git
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
Community maintained packages for OpenWrt
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
vim
/
test.sh
blob: 913b9c6b1f993efa5b6ccf21b0a893caabce49d2 (
plain
)
1
2
3
4
5
6
7
#!/bin/sh
case
"
$1
"
in
vim
|
vim-full
|
vim-fuller
)
vim
--version
|
grep
"
$2
"
;;
esac