Short URL Using Termux
Hey Guys, I am Babul in today's article I am going to tell you a trick that can help you to short any long URL in TERMUX (Unlimited and free) . So Follow my Instructions Step By Step.
If Playstore termux is not working then click here
Requirements:
1: Mobile Data/Wi-Fi
2: Android Mobile
3: Root Permission(Not For Every Phone)
First Go to play store and Search for Termux App And install it in your Android Mobile.
After That, open it and type these Commands Step by Step!.
Commands:
$ apt update && upgrade
$ pkg install git -y
$ git clone https://github.com/htr-tech/shorturl.git
$ cd shorturl
$ bash setup.sh
TYPE shorturl OR shortUrl TO RUN THIS TOOL.
OR USE A SINGLE COMMAND TO INSTALL THIS TOOL IN YOUR TERMUX
apt update && apt install git -y && git clone https://github.com/htr-tech/shorturl && cd shorturl && bash setup.sh && shorturl
Short Url is a tool to short url. It is created for Educational Purpose only.
0 Comments