Mấy bác chuyển code file .bat này sang .sh để chạy trên vps linux với ạ
Tks các thánh trước ạ
Code:
:loop
cls
taskkill /F /IM chrome.exe
cls
taskkill /F /IM crashreporter.exe
cls
TIMEOUT /T 5
start "" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -no-remote http://Google.com/abcxyz
TIMEOUT /T 3600
GOTO loop