summaryrefslogtreecommitdiff
path: root/sudo.go
diff options
context:
space:
mode:
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)
+}