23 lines
228 B
Markdown
23 lines
228 B
Markdown
# Requirements
|
|
|
|
bash 4.0 or higher
|
|
|
|
# Install
|
|
|
|
``` bash
|
|
curl is-wordpress
|
|
chmod +x is-wordpress
|
|
```
|
|
|
|
# HOW TO USE IT
|
|
|
|
``` bash
|
|
./is-wordpress [domain]
|
|
```
|
|
|
|
# EXAMPLE
|
|
|
|
``` bash
|
|
./is-wordpress https://blog.us.playstation.com/
|
|
```
|