/bin

~/bin

Primary LanguageShell

my ~/bin

Setup

# .bashrc or .zshrc
export PATH=$PATH:/home/cympfh/bin
export PATH=$PATH:/home/cympfh/bin/external
export PATH=$PATH:/home/cympfh/bin/stuff

N.B. Later is prior.

Files

  • ./bin/{FILE}
    • my scripts
  • ./bin/external/{FILE}
    • Download script for external commands
    • This downloads as ./bin/stuff/{FILE}

Usage

All scripts have -h or --help flag.