is-wordpress/README.md
Andros Fenollosa 686c9eab26 Add emojis
2019-12-01 11:50:59 +01:00

38 lines
430 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
```
# Run 🏃‍♂️
``` bash
./is-wordpress [domain]
```
# Example 👨‍🎓
``` bash
./is-wordpress blog.us.playstation.com
```
⬇️
``` bash
true
```
---
``` bash
./is-wordpress google.com
```
⬇️
``` bash
false
```