Repo to backup my scripts.
bin/ Globally visible commands. Registered into PATH by bashrc.
src/ All other scripts, classified by language.
javascript/
python/
bin/holds executable commands that are meant to be run directly from the shell; they are wired up viabashrc.src/stores the remaining scripts, organized into subdirectories by programming language.