Skip to content

Commit

Permalink
bin
Browse files Browse the repository at this point in the history
  • Loading branch information
ejconlon committed Sep 22, 2024
1 parent 80c4df8 commit 8f331df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/minipat
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash

set -e

cd "$(dirname "$0")/.."
set -eu

DEFAULT_BACKEND="midi"
USE_STRING="minipat [BACKEND [SCRIPT]]"
Expand Down Expand Up @@ -39,6 +37,8 @@ fi
# Ensure absolute path for GHCi script
SCRIPT="$(realpath "${SCRIPT}")"

cd "$(dirname "$0")/.."

set -x

exec stack ghci --ghci-options "-ghci-script=\"${SCRIPT}\"" "minipat-${BACKEND}"

0 comments on commit 8f331df

Please sign in to comment.