Skip to content

Commit eff422a

Browse files
committed
v1.0.4
1 parent 7d07e03 commit eff422a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

superbench.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ about () {
2121
echo " ========================================================= "
2222
echo " \ Superbench.sh Script / "
2323
echo " \ Basic system info, I/O test and speedtest / "
24-
echo " \ v1.0.3 (6 May 2018) / "
24+
echo " \ v1.0.4 (7 May 2018) / "
2525
echo " \ Created by Oldking / "
2626
echo " ========================================================= "
2727
echo ""
@@ -514,7 +514,7 @@ get_system_info() {
514514

515515
print_intro() {
516516
printf ' Superbench.sh -- https://www.oldking.net/350.html\n' | tee -a $log
517-
printf " Mode : \e${GREEN}%s\e${PLAIN} Version : \e${GREEN}%s${PLAIN}\n" $mode_name 1.0.3 | tee -a $log
517+
printf " Mode : \e${GREEN}%s\e${PLAIN} Version : \e${GREEN}%s${PLAIN}\n" $mode_name 1.0.4 | tee -a $log
518518
printf ' Usage : wget -qO- git.io/superbench.sh | bash\n' | tee -a $log
519519
}
520520

superbench_git.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ about () {
2020
echo " ========================================================= "
2121
echo " \ Superbench.sh Script / "
2222
echo " \ Basic system info, I/O test and speedtest / "
23-
echo " \ v1.0.3 (6 May 2018) / "
23+
echo " \ v1.0.4 (7 May 2018) / "
2424
echo " \ Created by Oldking / "
2525
echo " ========================================================= "
2626
echo ""
@@ -422,7 +422,7 @@ get_system_info() {
422422

423423
print_intro() {
424424
printf ' Superbench.sh -- https://www.oldking.net/350.html\n' | tee -a $log
425-
printf " Mode : \e${GREEN}%s\e${PLAIN} Version : \e${GREEN}%s${PLAIN}\n" $mode_name 1.0.3 | tee -a $log
425+
printf " Mode : \e${GREEN}%s\e${PLAIN} Version : \e${GREEN}%s${PLAIN}\n" $mode_name 1.0.4 | tee -a $log
426426
printf ' Usage : wget -qO- git.io/superbench.sh | bash\n' | tee -a $log
427427
}
428428

0 commit comments

Comments
 (0)