Skip to content

adrianogil/awesome-termux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Awesome Termux Awesome

A list of awesome things related to Termux

Termux Apps

Remote Connection Tips

Utils

Android Hacking

Hacking

Programming

Python

R

Bash Tips

How to check if a script is running inside Termux

if [[ $0 == *termux* ]]; then
     # Add here your Termux specific code
fi

Related lists

Releases

No releases published

Packages

No packages published