#___
export PATH=$( pwd ):$PATH
touch tf ; chmod +x tf ; nano tf
# https://eyeformeta.com/apps/terminal/data.php?py=vps-tf.py
./tf -py files.py > files ; chmod +x files
./tf -py file_folder.py > d ; chmod +x d
./tf -py installer.py > t ; chmod +x t

