Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
/ autoreload Public archive

Autoreload is small script to reload process. Use inotify on linux.

Notifications You must be signed in to change notification settings

buke/autoreload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

autoreload

Autoreload is small script to reload process. Use inotify on linux.

To use autoreload for Linux:

  1. Make sure the script is executable by running chmod +x autoreload

  2. Run ./autoreload <path> <ext1,ext2,extn> <cmd>

e.g: $ ./autoreload '.' '.py,.xml,.conf' './openerp-server -c openerp-server.conf'

To use autoreload for windows:

Run autoreload.py <path> <ext1,ext2,extn> <cmd>

e.g: python autoreload "./openerp" ".py,.xml" "python openerp-server -c openerp-server.conf"

About

Autoreload is small script to reload process. Use inotify on linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages