# Scripts Mostly tiny helper scripts & experiments, some more useful than others. ## Setup Make sure the scripts are in your `$PATH` and executable. To add the complete directory of scripts to your `$PATH`: ```bash export PATH=~/.bin:$PATH ``` To make a any script `