mirror of
https://github.com/hanxi/xiaomusic.git
synced 2025-12-05 14:42:50 +08:00
8 lines
152 B
Bash
Executable File
8 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf holiday-cn
|
|
git clone https://github.com/NateScarlet/holiday-cn.git
|
|
mkdir -p holiday
|
|
cp holiday-cn/*.json holiday/
|
|
rm -rf holiday-cn
|