diff options
| author | Jeff Carr <[email protected]> | 2019-04-07 21:16:56 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-04-07 21:16:56 -0700 |
| commit | c449abf90608dd19d9b92cba6ec8b2c9501fd17e (patch) | |
| tree | 894aa812779953d57523e8029bc93f94eb7d78f2 | |
| parent | a4e5ee76fb977b877248f38326fc24332ef87388 (diff) | |
typo
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | shell.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ func Script(cmds string) int { line = strings.TrimSpace(line) // this is like 'chomp' in perl fmt.Println("LINE:", line) time.Sleep(1) - shell(line) + Run(line) } return 0 } |
