1
0
mirror of https://github.com/Oreomeow/VIP.git synced 2026-02-04 02:53:26 +08:00
Files
vip/Scripts/sh/Upsample.sh
2022-03-09 20:43:36 +08:00

10 lines
286 B
Bash

#!/bin/bash
# shellcheck disable=SC2005
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"
echo "$(TZ=UTC-8 date +%Y-%m-%d" "%H:%M:%S)"