#!/bin/sh ## ## ACMETool hook for live-updates ## EVENT_NAME="$1" shift if [ ".$EVENT_NAME" = ".live-updated" ]; then # ...insert your custom reload actions here... : fi