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