This commit is contained in:
Leon 2021-08-06 22:19:17 +08:00
parent 93d4156405
commit 233b0cf7c0
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ inp() {
}
warn() {
echo -e "\e[31m\n$1 \e[0m\n"
echo -e "\e[31m$1 \e[0m"
}
cancelrun() {

View File

@ -41,7 +41,7 @@ inp() {
}
warn() {
echo -e "\e[31m\n$1 \e[0m\n"
echo -e "\e[31m$1 \e[0m"
}
cancelrun() {

View File

@ -47,7 +47,7 @@ inp() {
}
warn() {
echo -e "\e[31m\n$1 \e[0m\n"
echo -e "\e[31m$1 \e[0m"
}
cancelrun() {