mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 05:42:50 +00:00
14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# is-up
|
|
|
|
> Check whether a website is up or down.
|
|
> More information: <https://github.com/sindresorhus/is-up-cli>.
|
|
|
|
- Check the status of the specified website:
|
|
|
|
`is-up {{example.com}}`
|