4 lines
106 B
Bash
Executable file
4 lines
106 B
Bash
Executable file
#!/bin/sh
|
|
pushd ..
|
|
7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on -x@pk7/excl.lst ../swwmgz_m.pk7 .
|
|
popd
|