Files
chromebrew/tests/package/s/sudo_rs
2026-03-28 03:55:40 +00:00

6 lines
59 B
Bash
Executable File

#!/bin/bash
su -h | head
su -V 2>&1
sudo -h | head
sudo -V