townengine/hooks

10 lines
255 B
Plaintext
Raw Permalink Normal View History

#!/bin/env sh
# hookup /tools/ to be usable no matter where
# usage: `source hookup`
set +e
# TODO: prevent double hooking
export PATH=$PATH:$(realpath $(dirname -- "${BASH_SOURCE[0]}")/bin/)
2025-01-03 08:55:39 +00:00
export TWNROOT=$(realpath $(dirname -- "${BASH_SOURCE[0]}"))