1 #!/bin/bash2 3 if [[ ! -d $HOME/.local/bin ]]; then4 mkdir $HOME/.local/bin/5 fi6 7 cp $PWD/eyebrow $HOME/.local/bin/