#Usage: Ascii-Live-Termux is Powered by api.github.com/repos/hugomd/ascii-live Contribute on GitHub

#!/usr/bin/env bash

luisadha.github.io/ascii-live-termux Use this self-hosted script to Playing random animation on terminal.

### Preview
### Bermain di Terminal

. <(curl -L luisadha.github.io/ascii-live-termux)

curl -s https://api.github.com/repos/hugomd/ascii-live/contents/frames | jq -r '.[].name' | sed 's/\.go$//' | shuf -n 1 | tee >(termux-clipboard-set) | awk '{ cmd = "curl ascii.live/" $0; if ($0 == "nyan") cmd = cmd " | lolcat"; system(cmd) }' # ### You're in luck if you get a "nyan" endpoint