# Tool Name :- Tool-X # Author :- Rajkumar dusad # Date :- 1/11/2017 if [ -d /data/data/com.termux/files/usr/etc ]; then conf_dir="/data/data/com.termux/files/usr/etc" elif [ -d /usr/etc ]; then conf_dir="/usr/etc" elif [ -d /etc ]; then conf_dir="/etc" fi if [ -e /usr/lib/sudo ]; then sudo python3 $conf_dir/Tool-X/Tool-X.py else python3 $conf_dir/Tool-X/Tool-X.py fi exit