Skip to content

ifzm/restart.app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 * * * * *'

About

一个用于定时重启程序的小工具

Resources

Stars

Watchers

Forks

Packages

No packages published