This commit is contained in:
Rodolphe Bréard 2025-05-06 15:00:50 +02:00
parent 46cd5f2c81
commit 09af3d64f3
Signed by: rodolphe
SSH key fingerprint: SHA256:3rodCKnk1MUOfSlIKY0nHbBtvFyQx4EqjS+JIy69lN0

View file

@ -0,0 +1,7 @@
function sudo
if type -q sudo-rs
command sudo-rs $argv
else
command sudo $argv
end
end