is-wordpress/README.md

38 lines
395 B
Markdown
Raw Normal View History

2019-12-01 10:45:42 +01:00
# Requirements
2019-12-01 10:48:37 +01:00
- bash 4.0 or higher
- curl
2019-12-01 10:45:42 +01:00
# Install
``` bash
2019-12-01 10:48:37 +01:00
curl -o is-wordpress https://raw.githubusercontent.com/tanrax/is-wordpress/master/is-wordpress
2019-12-01 10:45:42 +01:00
chmod +x is-wordpress
```
# HOW TO USE IT
``` bash
./is-wordpress [domain]
```
# EXAMPLE
``` bash
2019-12-01 10:48:37 +01:00
./is-wordpress blog.us.playstation.com
2019-12-01 10:45:42 +01:00
```
2019-12-01 10:50:21 +01:00
``` bash
true
```
---
``` bash
./is-wordpress google.com
```
``` bash
false
```