1
0
mirror of https://github.com/minetest-mods/irc.git synced 2024-11-17 15:18:15 +01:00
irc/etc/quickinst.sh

3 lines
150 B
Bash
Raw Normal View History

2013-01-08 16:50:47 +01:00
#! /bin/sh
(cd Build && cmake . && make && make pack_mod && rm -fr ~/.minetest/games/testing/mods/irc && cp -fr irc ~/.minetest/games/testing/mods/ )