mirror of
https://github.com/minetest-mods/irc.git
synced 2024-11-17 07:10:19 +01:00
8 lines
178 B
Bash
Executable File
8 lines
178 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/
|