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.
- hack.sh — a tiny Bash helper script with a couple of useful flags
- LICENSE — MIT license
- .gitignore — standard ignore file
-
Clone or download the repository:
git clone https://github.com/your-username/basic-hack-tools.git cd basic-hack-tools -
Make the script executable:
chmod +x hack.sh
-
Run the script:
./hack.sh --help
Say something from the command line:
./hack.sh --say "Hello"Print a timestamp:
./hack.sh --timestamp- 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.
MIT — do whatever you want, just don’t sue anyone.
Ideas, tweaks, and improvements are welcome. Keep additions small, focused, and well-commented.