Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-hack-tools

A lightweight collection of tiny scripts and quick hacks. These are meant to be simple utilities, learning examples, or handy helpers you can run without ceremony.

Nothing fancy—just small tools that do one thing well.


📦 Contents

  • hack.sh — a tiny Bash helper script with a couple of useful flags
  • LICENSE — MIT license
  • .gitignore — standard ignore file

🚀 Quick Start

  1. Clone or download the repository:

    git clone https://github.com/your-username/basic-hack-tools.git
    cd basic-hack-tools
  2. Make the script executable:

    chmod +x hack.sh
  3. Run the script:

    ./hack.sh --help

🧪 Examples

Say something from the command line:

./hack.sh --say "Hello"

Print a timestamp:

./hack.sh --timestamp

🎯 Goals

  • Keep scripts short and readable
  • Avoid unnecessary dependencies
  • Serve as quick references or starting points

If a script gets too big, it probably doesn’t belong here.


📄 License

MIT — do whatever you want, just don’t sue anyone.


🤝 Contributing

Ideas, tweaks, and improvements are welcome. Keep additions small, focused, and well-commented.

About

basic-hack-tools

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages