Skip to content

David-Lor/Git.ioUrlShotenerBash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Git.io URL Shortener Bash Script

This script will short any URL you want, using the Git.io shortener service API.

Usage

(Remember to use chmod +x to give the script execution privileges)

Just call the script and pass the desired URL as an argument. The shortened URL will be returned, if no errors happened.

$ ./shotener.sh https://www.github.com
    https://git.io/vDN6Ig

Releases

No releases published

Packages

No packages published

Languages