1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-01-14 17:40:18 +01:00
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