Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
如题
写个死循环shell就行
#!/usr/bin/env bash while true do echo a done
@echo off :loopStart echo a goto loopStart
@rainchan 我是那种直接程序自己关闭了