Skip to content

Super simple command line utility to conditionally run scripts when files change. It's really basic, use it as a reference to make a good version of it.

Notifications You must be signed in to change notification settings

rorik-weide/Watchdog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Watchdog

Super simple command line utility to conditionally run scripts when files change.

@echo off
Watchdog.exe ^
  delay_ms="64" ^
  working_directory="W:/Puhomir/Projects/Oil_Rig/" ^
  -dirs ^
    src/ ^
    modules/ ^
    build/ ^
  -ignore ^
    src/build_generated/ ^
  -command ^
    W:/Puhomir/Projects/Oil_Rig/_w_scripts/rebuild.bat ^
  -on_change ^
    assets.ad ^
    -gen_assets ^
  -on_change ^
    components.jai ^
    -gen_ecs

About

Super simple command line utility to conditionally run scripts when files change. It's really basic, use it as a reference to make a good version of it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages