Skip to content

Commit

Permalink
Update emoji list
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjshaw committed Oct 28, 2016
1 parent dd254bd commit 267f56c
Show file tree
Hide file tree
Showing 4 changed files with 1,133 additions and 679 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,6 +13,6 @@ or with:
./2letter.js | while read i ; do ./check.sh $i ; done
```

The tld for 2-letter domains is hard-coded in `check.sh` to .io, but you can change it to whatever your heart desires.
The tld for 2-letter domains is hard-coded in `check.sh` to .ws, but you can change it to whatever your heart desires.

MIT license.
2 changes: 1 addition & 1 deletion check.sh
@@ -1,5 +1,5 @@
url="$1"
url+=".io"
url+=".ws"
emoji=$2
status=$(whois "$url")
echo "Checking $url"
Expand Down

0 comments on commit 267f56c

Please sign in to comment.