diff --git a/OPS - Armygroup/Armygroup - 010 - Basics/pack.ps1 b/OPS - Armygroup/Armygroup - 010 - Basics/pack.ps1 new file mode 100644 index 0000000000..caa79efcaf --- /dev/null +++ b/OPS - Armygroup/Armygroup - 010 - Basics/pack.ps1 @@ -0,0 +1,6 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +cd "_unpacked" +. 7z a -r -y -tzip "..\$file.miz" * +cd .. diff --git a/OPS - Armygroup/Armygroup - 010 - Basics/unpack.ps1 b/OPS - Armygroup/Armygroup - 010 - Basics/unpack.ps1 new file mode 100644 index 0000000000..0206e08131 --- /dev/null +++ b/OPS - Armygroup/Armygroup - 010 - Basics/unpack.ps1 @@ -0,0 +1,7 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +Remove-Item .\_unpacked -Force -Recurse +md "_unpacked" +cd "_unpacked" +. 7z x -r -y "..\$file.miz" * diff --git a/OPS - Armygroup/Armygroup - 020 - Zone Hopping/pack.ps1 b/OPS - Armygroup/Armygroup - 020 - Zone Hopping/pack.ps1 new file mode 100644 index 0000000000..caa79efcaf --- /dev/null +++ b/OPS - Armygroup/Armygroup - 020 - Zone Hopping/pack.ps1 @@ -0,0 +1,6 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +cd "_unpacked" +. 7z a -r -y -tzip "..\$file.miz" * +cd .. diff --git a/OPS - Armygroup/Armygroup - 020 - Zone Hopping/unpack.ps1 b/OPS - Armygroup/Armygroup - 020 - Zone Hopping/unpack.ps1 new file mode 100644 index 0000000000..0206e08131 --- /dev/null +++ b/OPS - Armygroup/Armygroup - 020 - Zone Hopping/unpack.ps1 @@ -0,0 +1,7 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +Remove-Item .\_unpacked -Force -Recurse +md "_unpacked" +cd "_unpacked" +. 7z x -r -y "..\$file.miz" * diff --git a/OPS - Armygroup/Armygroup - 030 - Fire At Point Scheduled/pack.ps1 b/OPS - Armygroup/Armygroup - 030 - Fire At Point Scheduled/pack.ps1 new file mode 100644 index 0000000000..caa79efcaf --- /dev/null +++ b/OPS - Armygroup/Armygroup - 030 - Fire At Point Scheduled/pack.ps1 @@ -0,0 +1,6 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +cd "_unpacked" +. 7z a -r -y -tzip "..\$file.miz" * +cd .. diff --git a/OPS - Armygroup/Armygroup - 030 - Fire At Point Scheduled/unpack.ps1 b/OPS - Armygroup/Armygroup - 030 - Fire At Point Scheduled/unpack.ps1 new file mode 100644 index 0000000000..0206e08131 --- /dev/null +++ b/OPS - Armygroup/Armygroup - 030 - Fire At Point Scheduled/unpack.ps1 @@ -0,0 +1,7 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +Remove-Item .\_unpacked -Force -Recurse +md "_unpacked" +cd "_unpacked" +. 7z x -r -y "..\$file.miz" * diff --git a/OPS - Armygroup/Armygroup - 031 - Fire At Point Waypoint/pack.ps1 b/OPS - Armygroup/Armygroup - 031 - Fire At Point Waypoint/pack.ps1 new file mode 100644 index 0000000000..caa79efcaf --- /dev/null +++ b/OPS - Armygroup/Armygroup - 031 - Fire At Point Waypoint/pack.ps1 @@ -0,0 +1,6 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +cd "_unpacked" +. 7z a -r -y -tzip "..\$file.miz" * +cd .. diff --git a/OPS - Armygroup/Armygroup - 031 - Fire At Point Waypoint/unpack.ps1 b/OPS - Armygroup/Armygroup - 031 - Fire At Point Waypoint/unpack.ps1 new file mode 100644 index 0000000000..0206e08131 --- /dev/null +++ b/OPS - Armygroup/Armygroup - 031 - Fire At Point Waypoint/unpack.ps1 @@ -0,0 +1,7 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +Remove-Item .\_unpacked -Force -Recurse +md "_unpacked" +cd "_unpacked" +. 7z x -r -y "..\$file.miz" * diff --git a/OPS - Armygroup/Armygroup - 040 - Formation/pack.ps1 b/OPS - Armygroup/Armygroup - 040 - Formation/pack.ps1 new file mode 100644 index 0000000000..caa79efcaf --- /dev/null +++ b/OPS - Armygroup/Armygroup - 040 - Formation/pack.ps1 @@ -0,0 +1,6 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +cd "_unpacked" +. 7z a -r -y -tzip "..\$file.miz" * +cd .. diff --git a/OPS - Armygroup/Armygroup - 040 - Formation/unpack.ps1 b/OPS - Armygroup/Armygroup - 040 - Formation/unpack.ps1 new file mode 100644 index 0000000000..0206e08131 --- /dev/null +++ b/OPS - Armygroup/Armygroup - 040 - Formation/unpack.ps1 @@ -0,0 +1,7 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +Remove-Item .\_unpacked -Force -Recurse +md "_unpacked" +cd "_unpacked" +. 7z x -r -y "..\$file.miz" * diff --git a/OPS - Armygroup/Armygroup - 050 - Rearm/pack.ps1 b/OPS - Armygroup/Armygroup - 050 - Rearm/pack.ps1 new file mode 100644 index 0000000000..caa79efcaf --- /dev/null +++ b/OPS - Armygroup/Armygroup - 050 - Rearm/pack.ps1 @@ -0,0 +1,6 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +cd "_unpacked" +. 7z a -r -y -tzip "..\$file.miz" * +cd .. diff --git a/OPS - Armygroup/Armygroup - 050 - Rearm/unpack.ps1 b/OPS - Armygroup/Armygroup - 050 - Rearm/unpack.ps1 new file mode 100644 index 0000000000..0206e08131 --- /dev/null +++ b/OPS - Armygroup/Armygroup - 050 - Rearm/unpack.ps1 @@ -0,0 +1,7 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +Remove-Item .\_unpacked -Force -Recurse +md "_unpacked" +cd "_unpacked" +. 7z x -r -y "..\$file.miz" * diff --git a/OPS - Armygroup/Armygroup - 060 - Detection Groups/pack.ps1 b/OPS - Armygroup/Armygroup - 060 - Detection Groups/pack.ps1 new file mode 100644 index 0000000000..caa79efcaf --- /dev/null +++ b/OPS - Armygroup/Armygroup - 060 - Detection Groups/pack.ps1 @@ -0,0 +1,6 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +cd "_unpacked" +. 7z a -r -y -tzip "..\$file.miz" * +cd .. diff --git a/OPS - Armygroup/Armygroup - 060 - Detection Groups/unpack.ps1 b/OPS - Armygroup/Armygroup - 060 - Detection Groups/unpack.ps1 new file mode 100644 index 0000000000..0206e08131 --- /dev/null +++ b/OPS - Armygroup/Armygroup - 060 - Detection Groups/unpack.ps1 @@ -0,0 +1,7 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +Remove-Item .\_unpacked -Force -Recurse +md "_unpacked" +cd "_unpacked" +. 7z x -r -y "..\$file.miz" * diff --git a/OPS - Armygroup/Armygroup - 070 - Lase Unit/pack.ps1 b/OPS - Armygroup/Armygroup - 070 - Lase Unit/pack.ps1 new file mode 100644 index 0000000000..caa79efcaf --- /dev/null +++ b/OPS - Armygroup/Armygroup - 070 - Lase Unit/pack.ps1 @@ -0,0 +1,6 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +cd "_unpacked" +. 7z a -r -y -tzip "..\$file.miz" * +cd .. diff --git a/OPS - Armygroup/Armygroup - 070 - Lase Unit/unpack.ps1 b/OPS - Armygroup/Armygroup - 070 - Lase Unit/unpack.ps1 new file mode 100644 index 0000000000..0206e08131 --- /dev/null +++ b/OPS - Armygroup/Armygroup - 070 - Lase Unit/unpack.ps1 @@ -0,0 +1,7 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +Remove-Item .\_unpacked -Force -Recurse +md "_unpacked" +cd "_unpacked" +. 7z x -r -y "..\$file.miz" * diff --git a/OPS - Armygroup/Armygroup - 071 - Lase Group/pack.ps1 b/OPS - Armygroup/Armygroup - 071 - Lase Group/pack.ps1 new file mode 100644 index 0000000000..caa79efcaf --- /dev/null +++ b/OPS - Armygroup/Armygroup - 071 - Lase Group/pack.ps1 @@ -0,0 +1,6 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +cd "_unpacked" +. 7z a -r -y -tzip "..\$file.miz" * +cd .. diff --git a/OPS - Armygroup/Armygroup - 071 - Lase Group/unpack.ps1 b/OPS - Armygroup/Armygroup - 071 - Lase Group/unpack.ps1 new file mode 100644 index 0000000000..0206e08131 --- /dev/null +++ b/OPS - Armygroup/Armygroup - 071 - Lase Group/unpack.ps1 @@ -0,0 +1,7 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +Remove-Item .\_unpacked -Force -Recurse +md "_unpacked" +cd "_unpacked" +. 7z x -r -y "..\$file.miz" * diff --git a/OPS - Armygroup/Armygroup - 072 - Lase Static/pack.ps1 b/OPS - Armygroup/Armygroup - 072 - Lase Static/pack.ps1 new file mode 100644 index 0000000000..caa79efcaf --- /dev/null +++ b/OPS - Armygroup/Armygroup - 072 - Lase Static/pack.ps1 @@ -0,0 +1,6 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +cd "_unpacked" +. 7z a -r -y -tzip "..\$file.miz" * +cd .. diff --git a/OPS - Armygroup/Armygroup - 072 - Lase Static/unpack.ps1 b/OPS - Armygroup/Armygroup - 072 - Lase Static/unpack.ps1 new file mode 100644 index 0000000000..0206e08131 --- /dev/null +++ b/OPS - Armygroup/Armygroup - 072 - Lase Static/unpack.ps1 @@ -0,0 +1,7 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +Remove-Item .\_unpacked -Force -Recurse +md "_unpacked" +cd "_unpacked" +. 7z x -r -y "..\$file.miz" * diff --git a/OPS - Armygroup/Armygroup - 073 - Lase Coordinate/pack.ps1 b/OPS - Armygroup/Armygroup - 073 - Lase Coordinate/pack.ps1 new file mode 100644 index 0000000000..caa79efcaf --- /dev/null +++ b/OPS - Armygroup/Armygroup - 073 - Lase Coordinate/pack.ps1 @@ -0,0 +1,6 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +cd "_unpacked" +. 7z a -r -y -tzip "..\$file.miz" * +cd .. diff --git a/OPS - Armygroup/Armygroup - 073 - Lase Coordinate/unpack.ps1 b/OPS - Armygroup/Armygroup - 073 - Lase Coordinate/unpack.ps1 new file mode 100644 index 0000000000..0206e08131 --- /dev/null +++ b/OPS - Armygroup/Armygroup - 073 - Lase Coordinate/unpack.ps1 @@ -0,0 +1,7 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +Remove-Item .\_unpacked -Force -Recurse +md "_unpacked" +cd "_unpacked" +. 7z x -r -y "..\$file.miz" * diff --git a/OPS - Armygroup/Armygroup - 074 - Lase Detected/pack.ps1 b/OPS - Armygroup/Armygroup - 074 - Lase Detected/pack.ps1 new file mode 100644 index 0000000000..caa79efcaf --- /dev/null +++ b/OPS - Armygroup/Armygroup - 074 - Lase Detected/pack.ps1 @@ -0,0 +1,6 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +cd "_unpacked" +. 7z a -r -y -tzip "..\$file.miz" * +cd .. diff --git a/OPS - Armygroup/Armygroup - 074 - Lase Detected/unpack.ps1 b/OPS - Armygroup/Armygroup - 074 - Lase Detected/unpack.ps1 new file mode 100644 index 0000000000..0206e08131 --- /dev/null +++ b/OPS - Armygroup/Armygroup - 074 - Lase Detected/unpack.ps1 @@ -0,0 +1,7 @@ +$dir = split-path -parent $MyInvocation.MyCommand.Definition +cd $dir +$file = Split-Path $dir -leaf +Remove-Item .\_unpacked -Force -Recurse +md "_unpacked" +cd "_unpacked" +. 7z x -r -y "..\$file.miz" *