mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 22:16:08 +00:00
5 lines
142 B
Bash
5 lines
142 B
Bash
#!/bin/sh
|
|
|
|
rm release.zip
|
|
zip -r release.zip . -x .git\* -x node_modules\* -x _\* -x typings\* -x src\* -x bin\* -x assets_src\* -x scripts\*
|