diff options
author | Ben Sima <ben@bsima.me> | 2020-07-14 20:29:53 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-07-14 20:29:53 -0700 |
commit | 584239a1a0c97f9d57f2de76c04708127178bceb (patch) | |
tree | 9114e816425ad03c521d1b4d37eea986cd5ecbd0 /repl | |
parent | ca28f4a86b839d702bdaa70925884aa2bd5cf9ed (diff) |
dev: move some commands to shell
Diffstat (limited to 'repl')
-rwxr-xr-x | repl | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,4 +0,0 @@ -#!/usr/bin/env bash -set -ex -nix run -f $BIZ_ROOT/default.nix "repl" \ - -c ghci -i$BIZ_ROOT -ghci-script "$BIZ_ROOT/.ghci" |