#!/bin/bash while inotifywait -qqe close_write /tmp/.xmonad-workspace-log; do echo ' ' done