Collection of useful bash scripts for development and system administration.
convert-jpg-mp4- Convert JPG images to MP4 videoextract-mermaid- Export Mermaid diagrams from Markdown to SVG/PNGwordpress-update- Update WordPress installations safely
check-ssl- Check SSL/TLS certificatescheck-url- Check HTTP status codes and redirectscheck-redirects- Validate URL redirects from a filenetcatchat- Chat via netcat with shortcuts
backup-restore- Backup and restore files and databasesdownload-map- Download maps from GeoApify or OpenStreetMapbeeper- Piano music player using system beepcrop-wallpaper- Create wallpapers for vertical dual-screen layout
git clone https://github.com/Flower7C3/bash-tools.git
cd bash-tools
chmod +x *You can download individual scripts directly:
# Download a single script
curl -fsSL https://raw.githubusercontent.com/Flower7C3/bash-tools/master/check-ssl -o check-ssl
chmod +x check-ssl
# Download with common-functions (required)
curl -fsSL https://raw.githubusercontent.com/Flower7C3/bash-tools/master/common-functions -o common-functionsNote: Scripts automatically download common-functions if not found locally.
All scripts support -h or --help for usage information. Most scripts also support -u or --update to download the latest version:
./script-name --help
./script-name --update- Bash 4.0+
- Common tools: curl, ffmpeg, git, etc. (see individual script requirements)
extract-mermaid: Python 3, Node.js/npx,@mermaid-js/mermaid-cli(auto-installed via npx)backup-restore:yq,rsync,ssh, database client tools (seebackup-restore.yaml)