mirror of
https://github.com/diamante0018/InfectedGSC.git
synced 2025-04-22 05:15:43 +00:00
8 lines
128 B
Bash
8 lines
128 B
Bash
#!/bin/sh
|
|
cd raw/
|
|
zip -r z_svr_infect.iwd scripts/ maps/ mp/
|
|
mv z_svr_infect.iwd ../
|
|
cd ../
|
|
mkdir out/
|
|
mv z_svr_infect.iwd out/
|