.sh 75 B

12345678
  1. #!/bin/sh --
  2. set -ue
  3. self="$(realpath -- "${0}")"
  4. cd "${self%/*}"
  5. %HERE%