Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 480 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 480 Bytes

bash-config

Adam's addition aliases, prompt setup and misc helpful things for bash

Installation

git clone https://github.com/AdamWhittingham/bash-config .bash-config 

cat >>~/.bashrc <<EOS
  if [[ -f ~/.bash-config/bash_adam ]]; then
    source ~/.bash-config/bash_adam
  fi
EOS

Check for shellshock vulnurability

To check if you are vulnerable to the shellshock bug in bash run:

check_shellshock