Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 516 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 516 Bytes

tsc

Tail Site Code

Installation / Update

# install go
sh -c 'VERSION="v0.0.1"; GH="github.com/andygeorge/tsc"; GOPRIVATE=$GH go install -v $GH@$VERSION'

Usage

tsc [-f] URL
  -f --follow: follow

eg:

$ tsc -f http://google.com
2023-08-02 10:34:41 CDT http://google.com: 200 OK
2023-08-02 10:34:41 CDT http://google.com: 200 OK
2023-08-02 10:34:42 CDT http://google.com: 200 OK
2023-08-02 10:34:43 CDT http://google.com: 200 OK
2023-08-02 10:34:43 CDT http://google.com: 200 OK