install.sh
1	#!/bin/bash
2
3 if [[ ! -d $HOME/.local/bin ]]; then
4 mkdir $HOME/.local/bin/
5 fi
6
7 cp $PWD/eyebrow $HOME/.local/bin/