parent
a4e5ee76fb
commit
c449abf906
2
shell.go
2
shell.go
|
@ -18,7 +18,7 @@ func Script(cmds string) int {
|
||||||
line = strings.TrimSpace(line) // this is like 'chomp' in perl
|
line = strings.TrimSpace(line) // this is like 'chomp' in perl
|
||||||
fmt.Println("LINE:", line)
|
fmt.Println("LINE:", line)
|
||||||
time.Sleep(1)
|
time.Sleep(1)
|
||||||
shell(line)
|
Run(line)
|
||||||
}
|
}
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue