mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
6 lines
59 B
Bash
Executable File
6 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
su -h | head
|
|
su -V 2>&1
|
|
sudo -h | head
|
|
sudo -V
|