Reformat quick_install.sh and use symbolic links

This commit is contained in:
ShadowNinja 2014-02-04 16:30:57 -05:00
parent 3a06814f18
commit d1a0579135
1 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
#! /bin/sh
mkdir -p Build \
&& cd Build \
&& cmake .. \
&& make \
&& cd .. \
&& cp -r Build/irc $1
mkdir -p Build &&\
cd Build &&\
cmake .. &&\
make &&\
ln -s $(pwd)/irc $1