Nitive / useful-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Useful Scripts

Collection of useful scripts to be used inside scripts/ folder in any project. Every script is independent and as simple as possible

How to use it

Copy script to scripts/ directory in your project

Why not packages with versioning and updates?

Because managing packages is such a pain in the neck

How to update to new script version

Don't. Or if you have to

curl https://raw.githubusercontent.com/Nitive/useful-scripts/main/scripts/my-script.sh > scripts/my-script.sh

Requirements

  1. /bin/bash

About

License:MIT License


Languages

Language:Shell 100.0%