1
0
mirror of https://github.com/minetest-mods/irc.git synced 2024-09-29 06:40:23 +02: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