mirror of
https://github.com/mjsarfatti/beddu.git
synced 2025-06-27 01:18:01 +02:00
Add upclear utility
This commit is contained in:
parent
76d136f64c
commit
24633a743e
14 changed files with 42 additions and 56 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
# throw.sh - Print an throw message
|
||||
|
||||
# @depends on:
|
||||
|
@ -25,9 +25,7 @@ throw() {
|
|||
# If there is a spinner running, stop it and clear the line
|
||||
if spinning; then
|
||||
spop
|
||||
up
|
||||
bol
|
||||
cl
|
||||
upclear
|
||||
fi
|
||||
|
||||
pen -n red "${_cross:-✗} "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue