General scripts to make my life easier - not all authored by me
Go to file
Fred Boniface 9413fe32dd Add install script LICENSE 2023-10-04 11:26:08 +01:00
scripts Adjust output of regain 2023-10-03 21:04:35 +01:00
README.md Add install script LICENSE 2023-10-04 11:26:08 +01:00
install.pl Add install script LICENSE 2023-10-04 11:26:08 +01:00

README.md

Personal Scripts Repository

Welcome to my personal scripts repository! This repository contains a collection of useful scripts in various programming languages. Each script is self-contained, making it easy to install and use. Additionally, there's an install.pl script provided, which helps with installing and updating the scripts.

Installation and Updates

To install and update the scripts from this repository, simply run the install.pl script:

perl -S install.pl

This script will automatically check out the latest version of the scripts from the 'main' branch and install them to /usr/local/bin. It also handles updates by fetching the latest changes from the repository.

Usage

Once the installation is complete, you can use any of the scripts in this repository by simply typing their names in your terminal. For example:

script-name

Replace script-name with the name of the script you want to run.

License

Each script in this repository may have a different license. The license information for each script is contained within comments at the top of the respective script file. Please refer to the specific script's license for more details.