random-animation.sh - catpoint - Catpoint simple presenting software. | |
git clone git://bitreich.org/catpoint/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrin… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
random-animation.sh (479B) | |
--- | |
1 #!/bin/sh | |
2 | |
3 randomanimation() { | |
4 printf '%s\n' beams binarypath blackhole bouncyballs bubbles bur… | |
5 colorshift crumble decrypt errorcorrect expand fireworks… | |
6 middleout orbittingvolley overflow pour print rain \ | |
7 randomsequence rings scattered slice slide spotlights sp… | |
8 swarm synthgrid unstable vhstape waves wipe \ | |
9 | sort -R | head -n 1 | |
10 } | |
11 | |
12 # From: https://github.com/ChrisBuilds/terminaltexteffects | |
13 exec tte --frame-rate 400 --input-file "$1" "$(randomanimation)" | |
14 |