mirror of
https://github.com/ricoriedel/wipe.git
synced 2024-11-05 07:36:41 +00:00
16 lines
310 B
Bash
16 lines
310 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
cat placeholder.txt
|
||
|
sleep 1
|
||
|
wipe \
|
||
|
--char-pattern wheel \
|
||
|
--char-invert false \
|
||
|
--char-segments 2 \
|
||
|
--char-slices 2 \
|
||
|
--char-swap false \
|
||
|
--color-pattern circle \
|
||
|
--color-slices 4 \
|
||
|
--color-invert false \
|
||
|
--color-shift false \
|
||
|
--color-swap false \
|
||
|
--colors dark-magenta
|