summaryrefslogtreecommitdiff
path: root/sudo.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 04:55:46 -0500
committerJeff Carr <[email protected]>2025-10-07 04:55:46 -0500
commit46d67313cff2fc06975a53059f38555bc04d820e (patch)
tree925d128416c8d7779acb831465053b6b757e0b2e /sudo.go
parent8c15048135fbf64592aa9fe31466ed09d520d2b0 (diff)
add sudo but it doesn't work and isn't rightv0.0.29
Diffstat (limited to 'sudo.go')
-rw-r--r--sudo.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/sudo.go b/sudo.go
new file mode 100644
index 0000000..450e680
--- /dev/null
+++ b/sudo.go
@@ -0,0 +1,7 @@
+package fhelp
+
+// auto run protoc with the correct args
+
+func Sudo(cmd []string) error {
+ return osSudo(cmd)
+}