hookup -> hooks, the ones you source

This commit is contained in:
2024-10-08 08:19:47 +03:00
parent 82e647c9e1
commit 133021b91e
2 changed files with 1 additions and 1 deletions

8
hooks Executable file
View File

@ -0,0 +1,8 @@
#!/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]}")/tools/)