diff --git a/Scripts/sh/Upsample.sh b/Scripts/sh/Upsample.sh new file mode 100644 index 0000000..4210cf4 --- /dev/null +++ b/Scripts/sh/Upsample.sh @@ -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" \ No newline at end of file