pathof : shebang

This commit is contained in:
Ahurac 2024-03-08 23:41:32 +01:00
parent 4b239c4e58
commit cf34f0499d

View file

@ -1,4 +1,5 @@
#!/bin/sh -e #!/usr/bin/env sh
set -e
# Invoked on termination if the last command failed # Invoked on termination if the last command failed
error() { >&2 echo "$(basename "$0"): ${*}"; } error() { >&2 echo "$(basename "$0"): ${*}"; }