Safe, reusable Bash scripts for routine development tasks.
Prints basic system, disk, memory, and Git information.
Creates a timestamped compressed backup of a selected directory.
Lists files larger than a configurable threshold without deleting anything.
- Scripts use strict mode.
- Inputs are quoted.
- Destructive actions are avoided.
- Each script has built-in usage information.
bash scripts/system-report.sh
bash scripts/backup-directory.sh ./project ./backups
bash scripts/find-large-files.sh . 50M