irc/quick_install.sh
2014-02-04 16:30:57 -05:00

9 lines
109 B
Bash
Executable File

#! /bin/sh
mkdir -p Build &&\
cd Build &&\
cmake .. &&\
make &&\
ln -s $(pwd)/irc $1