Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 437 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 437 Bytes

restart.app

默认打开一个 notepad.exe 并在每天零点零分关闭并重启,可自行修改代码或通过命令行输入参数

install

yarn

build

npm i -g pkg
yarn build

run

# test
node app.js # or 双击 app.exe

# 每 5s 运行一次 a.exe, 在运行之前会杀掉残留进程
node app.js 'd:\\a.exe' '0/5 * * * * *'
# or
./dist/app.exe 'd:\\a.exe' '0/5 * * * * *'