exec

exec

[code]
func Exec(command string) error {
	return exec.Command(command).Run()
}
[/code]