is-wordpress/README.md
2019-12-14 09:08:33 +01:00

39 lines
460 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
sudo mv is-wordpress /usr/local/bin
```
# Run 🏃‍♂️
``` bash
is-wordpress [domain]
```
# Example 👨‍🎓
``` bash
is-wordpress blog.us.playstation.com
```
⬇️
``` bash
true
```
---
``` bash
is-wordpress google.com
```
⬇️
``` bash
false
```