bin/fzf

changeset 1106
902c7d44ab23
equal deleted inserted replaced
1105:f2deab330bf1 1106:902c7d44ab23
1 #!/bin/sh
2 set -eu
3
4 install_it() {
5 mkdir -p ~/.local/bin
6 cd ~/.local/bin
7 curl -fsSL 'https://bina.egoist.dev/junegunn/fzf?dir=.' | sh
8 cd -
9 }
10
11 . ~/.lib/sh/stubexec.sh

mercurial