sync/scripts/fasd.sh

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 -