mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 00:00:55 +00:00
8 lines
78 B
Bash
8 lines
78 B
Bash
#!/bin/sh
|
|
|
|
case "$1" in
|
|
sudo)
|
|
sudo --version | grep "${2//_p/p}"
|
|
;;
|
|
esac
|