1. Install `inotify-tools` 2. Install [iwatch](https://github.com/midenok/linux/blob/master/scripts/system/iwatch) into `~/bin` 3. Run in console: ``` iwatch your_script [script_args] ``` You will see script output on every save along the script development!