scripts icon indicating copy to clipboard operation
scripts copied to clipboard

Bash & Python scripts for daily life

nil0x42's Scripts

A collection of useful and less useful scripts a regularly use or used in the past.

Most of them are coded in python or shellscript.

Usage

To integrate it within your shell environment, simply add the scripts path to your $PATH environment variable

    export PATH = "$HOME/dev/scripts:$PATH"