Collection of useful bash scripts for development and system administration.
jpg-to-mp4- Convert JPG images to MP4 videowordpress-update- Update WordPress installations safely
ssl-check- Check SSL/TLS certificatesurl-status-check- Check HTTP status codes and redirectsredirects-check- Validate URL redirects from the filenetcatchat- Chat via netcat with shortcuts
map-download- Download maps from GeoApify or OpenStreetMapbeeper- Piano music player using system beepwallpaper-crop- Automatic creation of wallpapers for vertical layout with aligned centers
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/ssl-check -o ssl-check
chmod +x ssl-check
# 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:
./script-name --help- Bash 4.0+
- Common tools: curl, ffmpeg, git, etc. (see individual script requirements)