summaryrefslogtreecommitdiff
path: root/sudo.go
blob: 450e680f9f89806fdf2164b0fc9c2bd69360058d (plain)
1
2
3
4
5
6
7
package fhelp

// auto run protoc with the correct args

func Sudo(cmd []string) error {
	return osSudo(cmd)
}