1
0
mirror of https://github.com/minetest-mods/irc.git synced 2024-09-30 15:20:21 +02:00
irc/etc/quickinst.sh
2013-01-08 13:54:50 -02:00

3 lines
150 B
Bash
Executable File

#! /bin/sh
(cd Build && cmake . && make && make pack_mod && rm -fr ~/.minetest/games/testing/mods/irc && cp -fr irc ~/.minetest/games/testing/mods/ )