mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 10:14:32 +04:00
8 lines
70 B
Bash
8 lines
70 B
Bash
#!/bin/sh
|
|
|
|
case "$1" in
|
|
sudo)
|
|
sudo --version | grep "$2"
|
|
;;
|
|
esac
|