diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 04:55:46 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 04:55:46 -0500 |
| commit | 46d67313cff2fc06975a53059f38555bc04d820e (patch) | |
| tree | 925d128416c8d7779acb831465053b6b757e0b2e /sudo.go | |
| parent | 8c15048135fbf64592aa9fe31466ed09d520d2b0 (diff) | |
add sudo but it doesn't work and isn't rightv0.0.29
Diffstat (limited to 'sudo.go')
| -rw-r--r-- | sudo.go | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +package fhelp + +// auto run protoc with the correct args + +func Sudo(cmd []string) error { + return osSudo(cmd) +} |
