1
0
mirror of https://github.com/minetest-mods/irc.git synced 2024-09-30 15:20:21 +02:00
irc/quick_install.sh

9 lines
124 B
Bash
Raw Normal View History

2013-04-30 00:07:44 +02:00
#! /bin/sh
mkdir -p Build \
&& cd Build \
&& cmake .. \
&& make \
&& cd .. \
&& cp -r Build/irc $1