We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565d399 commit 844aa3cCopy full SHA for 844aa3c
oalive.sh
@@ -2,7 +2,7 @@
2
# by spiritlhl
3
# from https://github.com/spiritLHLS/Oracle-server-keep-alive-script
4
5
-ver="2023.02.20.21.04"
+ver="2023.02.22.17.53"
6
_red() { echo -e "\033[31m\033[01m$@\033[0m"; }
7
_green() { echo -e "\033[32m\033[01m$@\033[0m"; }
8
_yellow() { echo -e "\033[33m\033[01m$@\033[0m"; }
@@ -225,7 +225,7 @@ main() {
225
case $option in
226
1)
227
echo "选择你需要占用CPU时使用的程序:"
228
- echo "1. 本机素数计算模拟占用(20%~25%) [推荐]"
+ echo "1. 本机DD模拟占用(20%~25%) [推荐]"
229
echo "2. BOINC-docker服务(20%)(https://github.com/BOINC/boinc) [不推荐]"
230
echo "3. 不限制"
231
reading "你的选择:" cpu_option
0 commit comments