on_blank.liq

def handler()
  system("/path/to/your/script to do whatever you want")
end
source = on_blank(handler,source)
Grab the code!