Skip to content

Commit

Permalink
console: add clearing of console in more places
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen committed Dec 2, 2024
1 parent 5f589af commit bf62f2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/container/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ function container_setup() {
printf "\r(%s) Creating container (first time may take a while) ... " "$TAG_NAME"
container_setup_create

# Clear console
printf "\r\033[0K"

# Start the container
printf "\r(%s) Starting container ... " "$TAG_NAME"
container_setup_start
Expand Down
1 change: 1 addition & 0 deletions src/sandbox/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ function sandbox_setup() {
printf "\r(%s) Finding Custom Args ... " "$TAG_NAME"
sandbox_setup_custom

# Clear console
printf "\r\033[0K"
}

0 comments on commit bf62f2d

Please sign in to comment.