run.sh 160 B

1234567
  1. #!/usr/bin/env bash
  2. DIR=$(dirname "$(realpath "$0")")
  3. cd "$DIR" || exit
  4. # Helper script that runs the actual script in a Nix shell.
  5. nix-shell --run ./.run.sh