diff options
author | Alexandru Ardelean <alex@shruggie.ro> | 2023-12-21 09:24:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 09:24:02 +0200 |
commit | f9af73dcd70c5b5a777afe6cc2fc144379ea91d4 (patch) | |
tree | 228695ce8b94de36f4f400ed0cd1742237989780 /admin/sudo/test.sh | |
parent | a738f71b6aeea0fe936a60315523a1fae579b323 (diff) | |
parent | 62f4f97bdbe2ba660d3a31ad8f24cbc374910f9c (diff) |
Merge pull request #22914 from commodo/sudo
sudo: bump to verison 1.9.15p4
Diffstat (limited to 'admin/sudo/test.sh')
-rw-r--r-- | admin/sudo/test.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/sudo/test.sh b/admin/sudo/test.sh new file mode 100644 index 000000000..9d20c085b --- /dev/null +++ b/admin/sudo/test.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +case "$1" in + sudo) + sudo --version | grep "$2" + ;; +esac |