This website requires JavaScript.
Explore
Help
Sign In
minetest-mods
/
irc
Watch
1
Star
0
Fork
1
You've already forked irc
mirror of
https://github.com/minetest-mods/irc.git
synced
2025-01-15 01:50:17 +01:00
Code
Issues
Releases
Wiki
Activity
69492966a7
irc
/
quick_install.sh
9 lines
109 B
Bash
Raw
Normal View
History
Unescape
Escape
Rewrite
2013-04-30 00:07:44 +02:00
#! /bin/sh
Reformat quick_install.sh and use symbolic links
2014-02-04 22:30:57 +01:00
mkdir -p Build
&&
\
cd
Build
&&
\
cmake ..
&&
\
make
&&
\
ln -s
$(
pwd
)
/irc
$1
Copy Permalink