mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 04:52:10 -07:00
balls
This commit is contained in:
parent
7eebea30d0
commit
3c8280c08e
2 changed files with 1 additions and 5 deletions
4
main.go
4
main.go
|
@ -61,10 +61,6 @@ func main() {
|
|||
log.Fatal("%s", err)
|
||||
}
|
||||
|
||||
if line == "" || line[0] == '#' {
|
||||
continue
|
||||
}
|
||||
|
||||
for _, cmd := range session.ParseCommands(line) {
|
||||
if err = sess.Run(cmd); err != nil {
|
||||
log.Error("%s", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue