Introduction
Introduction Statistics Contact Development Disclaimer Help
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
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.