Skip to content

Commit 12656db

Browse files
committed
Shell script to quickly package all existing mods
1 parent 29bf9fd commit 12656db

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

build.sh

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#!/bin/bash
2+
3+
mkdir -p ./out
4+
5+
cd ./cartographer
6+
zip -0 -r ../out/cartographer.pk3 *
7+
8+
cd ../chprog
9+
zip -0 -r ../out/colourful-hell-prog.pk3 *
10+
11+
cd ../disk-jockey
12+
zip -0 -r ../out/disk-jockey.pk3 *
13+
14+
cd ../drla-thrifty
15+
zip -0 -r ../out/drla-thrifty.pk3 *
16+
17+
cd ../rat-crosshair
18+
zip -0 -r ../out/rat-crosshair.pk3 *
19+
20+
cd ../rat-tools
21+
zip -0 -r ../out/rat-tools.pk3 *

0 commit comments

Comments
 (0)