Skip to content

Commit

Permalink
change shorturl
Browse files Browse the repository at this point in the history
  • Loading branch information
oooldking committed Apr 7, 2020
1 parent dbab8a5 commit 05482d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion superbench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ get_system_info() {
print_intro() {
printf ' Superbench.sh -- https://www.oldking.net/350.html\n' | tee -a $log
printf " Mode : \e${GREEN}%s\e${PLAIN} Version : \e${GREEN}%s${PLAIN}\n" $mode_name 1.1.7 | tee -a $log
printf ' Usage : wget -qO- git.io/superbench.sh | bash\n' | tee -a $log
printf ' Usage : wget -qO- sb.oldking.net | bash\n' | tee -a $log
}

sharetest() {
Expand Down
2 changes: 1 addition & 1 deletion superbench_git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ get_system_info() {
print_intro() {
printf ' Superbench.sh -- https://www.oldking.net/350.html\n' | tee -a $log
printf " Mode : \e${GREEN}%s\e${PLAIN} Version : \e${GREEN}%s${PLAIN}\n" $mode_name 1.1.7 | tee -a $log
printf ' Usage : wget -qO- git.io/superbench.sh | bash\n' | tee -a $log
printf ' Usage : wget -qO- sb.oldking.net | bash\n' | tee -a $log
}

sharetest() {
Expand Down

0 comments on commit 05482d4

Please sign in to comment.