Compare commits

...

2 Commits

2
.gitignore vendored

@ -1,5 +1,7 @@
/chkip
/bin
/build.sh
/install.sh
/out
/output

@ -56,7 +56,7 @@ func main() {
default:
fmt.Printf("\rPlease wait... %c", spinner[i%len(spinner)])
i++
time.Sleep(100 * time.Millisecond) // Adjust speed as needed
time.Sleep(200 * time.Millisecond)
}
}
}()

Loading…
Cancel
Save