1
0
mirror of https://github.com/fumiama/RVC-Models-Downloader.git synced 2024-09-29 14:26:25 +09:00
RVC-Models-Downloader/pckcfg.sh
源文雨 04d3d611b0 init
2024-04-18 01:52:23 +09:00

8 lines
158 B
Bash
Executable File

#!/bin/sh
# Should be run by go generate. DO NOT run it directly.
files=($(find $@ | grep -v .DS_Store | sort))
rm -rf cfg.zip
zip -9 cfg.zip "${files[@]}"