Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 522 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 522 Bytes

expandurl

Command line tool written in bash to expand shortened url

To use the tool without installation

$ chmod +x expandurl
$ ./expandurl <short url>

To install the tool

$ chmod +x install.sh
$ ./install.sh

To uinstall the tool

$ chmod +x uninstall.sh
$ ./uninstall.sh

Usage

$ expandurl <short url>