How to add new command in Termux?
Zen

Zen @mzaini30

About: Mahasiswa Psikologi

Location:
Samarinda
Joined:
Mar 25, 2019

How to add new command in Termux?

Publish Date: Jul 13 '20
7 0

Type this:

cd
Enter fullscreen mode Exit fullscreen mode

Then:

cd ../usr/bin
Enter fullscreen mode Exit fullscreen mode

Now, create new command. Example:

touch download
Enter fullscreen mode Exit fullscreen mode

Give root access:

chmod +x download
Enter fullscreen mode Exit fullscreen mode

Edit:

nano download
Enter fullscreen mode Exit fullscreen mode

If you don't have nano, install it:

pkg install nano
Enter fullscreen mode Exit fullscreen mode

After edit, save.

Comments 0 total

    Add comment