Add emojis

This commit is contained in:
Andros Fenollosa 2019-12-01 11:50:59 +01:00
parent 477f0e81f4
commit 686c9eab26

View File

@ -1,27 +1,27 @@
# Requirements # Requirements 👀
- bash 4.0 or higher - bash 4.0 or higher
- curl - curl
# Install # Install ⚙️
``` bash ``` bash
curl -o is-wordpress https://raw.githubusercontent.com/tanrax/is-wordpress/master/is-wordpress curl -o is-wordpress https://raw.githubusercontent.com/tanrax/is-wordpress/master/is-wordpress
chmod +x is-wordpress chmod +x is-wordpress
``` ```
# HOW TO USE IT # Run 🏃‍♂️
``` bash ``` bash
./is-wordpress [domain] ./is-wordpress [domain]
``` ```
# EXAMPLE # Example 👨‍🎓
``` bash ``` bash
./is-wordpress blog.us.playstation.com ./is-wordpress blog.us.playstation.com
``` ```
⬇️
``` bash ``` bash
true true
``` ```
@ -30,7 +30,7 @@ true
``` bash ``` bash
./is-wordpress google.com ./is-wordpress google.com
``` ```
⬇️
``` bash ``` bash
false false
``` ```