aboutsummaryrefslogtreecommitdiff
path: root/admin/sudo/test.sh
diff options
context:
space:
mode:
authorAlexandru Ardelean <alex@shruggie.ro>2023-12-18 12:04:01 +0200
committerAlexandru Ardelean <alex@shruggie.ro>2023-12-18 13:49:53 +0200
commit62f4f97bdbe2ba660d3a31ad8f24cbc374910f9c (patch)
tree63f9e1caaab6fb5565795833c3e58ec1112d187f /admin/sudo/test.sh
parent05d5984ea558e0baecd34e3824190dc87762d5c1 (diff)
sudo: bump to verison 1.9.15p4
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Diffstat (limited to 'admin/sudo/test.sh')
-rw-r--r--admin/sudo/test.sh7
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