Example #1
0
func Ps() {
	sh.TabWrite(GetStatus())
}
Example #2
0
func Run() (string, error) {
	out, _ := GetStart()

	sh.TabWrite(out)
	return "ok", nil
}