🔨
This commit is contained in:
parent
93d4156405
commit
233b0cf7c0
@ -44,7 +44,7 @@ inp() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
warn() {
|
warn() {
|
||||||
echo -e "\e[31m\n$1 \e[0m\n"
|
echo -e "\e[31m$1 \e[0m"
|
||||||
}
|
}
|
||||||
|
|
||||||
cancelrun() {
|
cancelrun() {
|
||||||
|
|||||||
@ -41,7 +41,7 @@ inp() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
warn() {
|
warn() {
|
||||||
echo -e "\e[31m\n$1 \e[0m\n"
|
echo -e "\e[31m$1 \e[0m"
|
||||||
}
|
}
|
||||||
|
|
||||||
cancelrun() {
|
cancelrun() {
|
||||||
|
|||||||
@ -47,7 +47,7 @@ inp() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
warn() {
|
warn() {
|
||||||
echo -e "\e[31m\n$1 \e[0m\n"
|
echo -e "\e[31m$1 \e[0m"
|
||||||
}
|
}
|
||||||
|
|
||||||
cancelrun() {
|
cancelrun() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user