Some avatars for HNS.ID
We can't make this file beautiful and searchable because it's too large.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Handshake TLD,Legacy Domain | |
facebook,facebook.com | |
wikipedia,wikipedia.org | |
reddit,reddit.com | |
qq,qq.com | |
amazon,amazon.com | |
instagram,instagram.com | |
twitter,twitter.com | |
vk,vk.com | |
jd,jd.com |
I hereby claim:
- I am paste on github.
- I am aoxborrow (https://keybase.io/aoxborrow) on keybase.
- I have a public key ASDHSNf2f4WXjP2g9E8UtxrN20XJP2By-0d2y8W4_I60ugo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo "What should the Application be called (no spaces allowed e.g. GCal)?" | |
read inputline | |
name=$inputline | |
echo "What is the url (e.g. https://www.google.com/calendar/render)?" | |
read inputline | |
url=$inputline |