commit
db5c9b56ac
|
@ -4,14 +4,14 @@ sudo apt update >> /dev/null && sudo apt install zip -y >> /dev/null # Ensure zi
|
||||||
cd iw4x/
|
cd iw4x/
|
||||||
cd iw4x_00/
|
cd iw4x_00/
|
||||||
zip -r iw4x_00.iwd *
|
zip -r iw4x_00.iwd *
|
||||||
find . ! -name 'iw4x_00.iwd' -type d -exec rm -rf {} +
|
mv iw4x_00.iwd ../
|
||||||
find . ! -name 'iw4x_00.iwd' -type f -exec rm -rf {} +
|
cd ..
|
||||||
cd ..
|
rm -rf iw4x_00/
|
||||||
cd iw4x_01/
|
cd iw4x_01/
|
||||||
zip -r iw4x_01.iwd *
|
zip -r iw4x_01.iwd *
|
||||||
find . ! -name 'iw4x_01.iwd' -type d -exec rm -rf {} +
|
mv iw4x_01.iwd ../
|
||||||
find . ! -name 'iw4x_01.iwd' -type f -exec rm -rf {} +
|
|
||||||
cd ..
|
cd ..
|
||||||
|
rm -rf iw4x_01/
|
||||||
cd ..
|
cd ..
|
||||||
rm LICENSE
|
rm LICENSE
|
||||||
rm README.md
|
rm README.md
|
||||||
|
|
Loading…
Reference in New Issue