Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 3.45 KB

README.md

File metadata and controls

60 lines (45 loc) · 3.45 KB

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