is-wordpress/README.md
Andros Fenollosa 477f0e81f4 Add example
2019-12-01 10:50:21 +01:00

38 lines
395 B
Markdown

# Requirements
- bash 4.0 or higher
- curl
# Install
``` bash
curl -o is-wordpress https://raw.githubusercontent.com/tanrax/is-wordpress/master/is-wordpress
chmod +x is-wordpress
```
# HOW TO USE IT
``` bash
./is-wordpress [domain]
```
# EXAMPLE
``` bash
./is-wordpress blog.us.playstation.com
```
``` bash
true
```
---
``` bash
./is-wordpress google.com
```
``` bash
false
```