├── LICENSE ├── README.MD ├── delete-file.sh ├── shorten.sh └── upload.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zingmars/termux-scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zingmars/termux-scripts/HEAD/README.MD -------------------------------------------------------------------------------- /delete-file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zingmars/termux-scripts/HEAD/delete-file.sh -------------------------------------------------------------------------------- /shorten.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zingmars/termux-scripts/HEAD/shorten.sh -------------------------------------------------------------------------------- /upload.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zingmars/termux-scripts/HEAD/upload.sh --------------------------------------------------------------------------------