Files
rpi/install.sh
2014-07-28 15:36:55 +02:00

9 lines
81 B
Bash
Executable File

#!/bin/bash
if [ ! -d ~/bin ]; then
mkdir ~/bin
fi
ln -s `pwd`/bin/* ~/bin/.