chore: clear screen after build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2024-09-22 15:01:30 +02:00
parent bc4ebed1f7
commit fc66692f37
Signed by: kjuulh
SSH Key Fingerprint: SHA256:RjXh0p7U6opxnfd3ga/Y9TCo18FYlHFdSpRIV72S/QM
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 783 KiB

After

Width:  |  Height:  |  Size: 597 KiB

View File

@ -3,7 +3,7 @@ Set Theme "Dracula"
Set Width 1200 Set Width 1200
Set Height 1000 Set Height 1000
Hide Hide
Type "cargo run --features example -- --no-cache" Type "cargo run --features example -- --no-cache && clear"
Enter Enter
Sleep 1s Sleep 1s
Show Show