- ./debug and ./run now pass along arguments.
[match/match.git] / run
diff --git a/run b/run
index 04362f3..7fd903d 100755 (executable)
--- a/run
+++ b/run
@@ -1,2 +1,2 @@
 #!/bin/bash
-make && exec ghci Test
+make && exec ghci Test "$@"