diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -35,6 +35,8 @@ func main() { me.sh.GoodExit("do what?") } + setTitle("wit %s" + me.sh.Cmd) + // Standard subcommand handling starts here var s string var err error @@ -47,8 +49,9 @@ func main() { if argv.Linux != nil { if argv.Linux.Rdate != nil { s, err = doRdate() + } else { + setTerminalTitle("pinging google", "ping", []string{"google.com"}) } - setTerminalTitle("pinging google", "ping", []string{"google.com"}) } if argv.Build != nil { |
