Skip to content

Commit

Permalink
add resetworker
Browse files Browse the repository at this point in the history
  • Loading branch information
kennth committed Aug 9, 2016
1 parent f7c0a34 commit 2376392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobtask.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func main() {
}

func execCMD(cmd string) {
f, err := exec.Command("/bin/sh", "-c", "adb -s "+phoneid+" shell am start -n "+activity).Output()
f, err := exec.Command("/bin/sh", "-c", cmd).Output()
if err == nil {
fmt.Println(string(f))
} else {
Expand Down

0 comments on commit 2376392

Please sign in to comment.