bash 和 zsh 中while循环的方式

bash: while true; do ./a.out; done

zsh: while true; do ./a.out;

posted @ 2023-02-26 22:15  yinhuachen  阅读(51)  评论(0编辑  收藏  举报