fzf
fzf copied to clipboard
Replace bash to sh in Makefile
Some operating systems do not ship with bash by default, e.g. BSDs, which breaks the build.
This PR switches to old-fashioned sh without introducing breaking changes.