🌱Upsample.sh

This commit is contained in:
Leon 2021-07-23 20:25:58 +08:00 committed by GitHub
parent f13a5c4305
commit d3f2fa1650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
Scripts/sh/Upsample.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
docker exec -it qinglong /bin/sh -c "cd /ql/config
curl -sL https://git.io/config.sh > /ql/config/config.sample.sh
cd /ql/sample && rm config.sample.sh
cp -rf /ql/config/config.sample.sh /ql/sample"