mirror of
https://github.com/minetest-mods/irc.git
synced 2024-11-17 15:18:15 +01:00
3 lines
150 B
Bash
3 lines
150 B
Bash
|
#! /bin/sh
|
||
|
(cd Build && cmake . && make && make pack_mod && rm -fr ~/.minetest/games/testing/mods/irc && cp -fr irc ~/.minetest/games/testing/mods/ )
|