# source this into your interactive shell # while sitting on $MASTER_PATH # '. Masterpath && . hook-watcher' # to get convenient access to Watcher if [ -z "$WATCHER_HOOK" ] then . system.conf . watcher.conf . common.conf . common.bashlib . api/bash/nft.bashlib echo "««« Linked into Watcher world »»»" readonly WATCHER_HOOK="yes" else echo "««« Already in the Watcher world »»»" fi