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