is-wordpress/README.md
2019-12-14 09:10:21 +01:00

40 lines
479 B
Markdown

# Run 🏃‍♂️
``` bash
is-wordpress [domain]
```
# Example 👨‍🎓
``` bash
is-wordpress blog.us.playstation.com
```
⬇️
``` bash
true
```
---
``` bash
is-wordpress google.com
```
⬇️
``` bash
false
```
# Install ⚙️
## Requirements 👀
- bash 4.0 or higher
- curl
Then you do this.
``` 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
```