From 5fe35b14052942884351b404296cc683b5982a91 Mon Sep 17 00:00:00 2001 From: xero Date: Sat, 7 Mar 2015 13:11:47 -0500 Subject: update gitio from http://git.io/gitio.sh --- sys/code/sys/gitio | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 79 insertions(+), 5 deletions(-) diff --git a/sys/code/sys/gitio b/sys/code/sys/gitio index 2c4ff61..47a1bfb 100755 --- a/sys/code/sys/gitio +++ b/sys/code/sys/gitio @@ -1,6 +1,80 @@ #!/bin/sh -echo -e "repo url:" -read repo -echo -e "short link:" -read link -curl -i http://git.io -F "url=$repo" -F "code=$link" \ No newline at end of file +# +# ██ ██ ██ +# █████ ░░ ░██ ░░ +# ██░░░██ ██ ██████ ██ ██████ +# ░██ ░██░██░░░██░ ░██ ██░░░░██ +# ░░██████░██ ░██ ░██░██ ░██ +# ░░░░░██░██ ░██ ░██░██ ░██ +# █████ ░██ ░░██ ██░██░░██████ +# ░░░░░ ░░ ░░ ░░ ░░ ░░░░░░ +# +# create short / vanity github urls +# ▟▙ +# ▟▒░░░░░░░▜▙▜████████████████████████████████▛ +# ▜▒░░░░░░░▟▛▟▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▛ +# ▜▛ +# xero / syntax-samurai + +usage () { + cat <