mirror of
https://github.com/ricoriedel/wipe.git
synced 2024-11-05 07:36:41 +00:00
16 lines
302 B
Bash
Executable File
16 lines
302 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
cat placeholder.txt
|
|
sleep 1
|
|
wipe \
|
|
--char-pattern rhombus \
|
|
--char-invert true \
|
|
--char-segments 2 \
|
|
--char-shrink 2 \
|
|
--char-swap false \
|
|
--color-pattern wheel \
|
|
--color-segments 2 \
|
|
--color-invert true \
|
|
--color-shift true \
|
|
--color-swap false \
|
|
--colors cyan |