6 lines
70 B
Bash
6 lines
70 B
Bash
mkdir ABS
|
|
cp -r *.lua ABS
|
|
cp -r *.toc ABS
|
|
7z a ABS.zip ABS
|
|
rm -rf ABS
|