diff options
| author | Jeff Carr <[email protected]> | 2025-10-10 03:18:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-10 03:18:39 -0500 |
| commit | a35f84f584dd9c0a4a72d8923f79e8e922b39a52 (patch) | |
| tree | 4f80d0653110c8134ec19af328d1094a460cf450 | |
| parent | 1cab6e45dda23365080d7e72d3c62425c06153c6 (diff) | |
testing title
| -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 { |
