Support scripts for the project FAPx#25, focused on data handling, manipulation, standardization, and automated report generation in a Termux environment.
- Easily install and execute the
fap25command - Modular script structure with additional sub-scripts
- Optimized for Termux environments
-
Termux packages:
- rclone
- ffmpeg
- exiftool
-
dpkg-debutility (comes with Termux'sdpkgpackage)
pkg install rclone ffmpeg exiftoolgit clone https://github.com/ehiratuka-dev/fapx25-scripts.git
cd fapx25-scriptsdpkg-deb --build fap25This will generate a fap25.deb file in the current directory.
dpkg -i fap25.debfap25The main script and its dependencies are organized as follows:
fap25/
├── DEBIAN/
│ └── control
└── data/
└── data/
└── com.termux/
└── files/
└── usr/
├── bin/
│ └── fap25
└── share/
└── fap25/
└── scripts/
└── [your supporting scripts]
You can add more supporting scripts under fap25/data/data/com.termux/files/usr/share/fap25/scripts/ and call them from within the main fap25 script.