summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-09 21:32:21 -0500
committerJeff Carr <[email protected]>2025-10-09 21:32:21 -0500
commit1cab6e45dda23365080d7e72d3c62425c06153c6 (patch)
tree0015f6730fef42ee447a1bf6c55763b1c6a1e651 /main.go
parent3305208e4a74c8c36b299d6d7553c7884fee4093 (diff)
set terminal titlev0.1.31
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index f67c0f1..a7c1d62 100644
--- a/main.go
+++ b/main.go
@@ -48,6 +48,7 @@ func main() {
if argv.Linux.Rdate != nil {
s, err = doRdate()
}
+ setTerminalTitle("pinging google", "ping", []string{"google.com"})
}
if argv.Build != nil {