sync/applications/fasd.sh
2016-07-26 23:06:22 -04:00

6 lines
97 B
Bash
Executable File

#!/bin/sh
git clone https://github.com/clvv/fasd /tmp/fasd
\cd /tmp/fasd
sudo make install
\cd -