shell 微调加载器affect.sh#!/usr/bin/env basharr=('-' '\' '|' '/')while true; do for c in "${arr[@]}"; do echo -en "\r $c " sleep .5 donedone执行: