mirror of
https://github.com/openwrt/packages.git
synced 2026-06-20 03:30:30 +04:00
62f4f97bdb
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
8 lines
70 B
Bash
8 lines
70 B
Bash
#!/bin/sh
|
|
|
|
case "$1" in
|
|
sudo)
|
|
sudo --version | grep "$2"
|
|
;;
|
|
esac
|