Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux & Bash Toolkit

Safe, reusable Bash scripts for routine development tasks.

Scripts

system-report.sh

Prints basic system, disk, memory, and Git information.

backup-directory.sh

Creates a timestamped compressed backup of a selected directory.

find-large-files.sh

Lists files larger than a configurable threshold without deleting anything.

Safety principles

  • Scripts use strict mode.
  • Inputs are quoted.
  • Destructive actions are avoided.
  • Each script has built-in usage information.

Examples

bash scripts/system-report.sh
bash scripts/backup-directory.sh ./project ./backups
bash scripts/find-large-files.sh . 50M

About

Reusable Bash scripts for Linux automation and system utilities.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages