sync/applications/fasd.sh

6 lines
97 B
Bash
Raw Permalink Normal View History

2016-07-18 19:54:00 -04:00
#!/bin/sh
git clone https://github.com/clvv/fasd /tmp/fasd
\cd /tmp/fasd
sudo make install
\cd -