From 635bc84baa2a96667635abf8a7269a3d5356a238 Mon Sep 17 00:00:00 2001 From: digitalextremist // Date: Tue, 10 Dec 2019 20:01:31 -0800 Subject: [PATCH] pass arguments and directly call --bazooka on bin/artillery --- bin/stellar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/stellar b/bin/stellar index 49eee75..d8db80a 100644 --- a/bin/stellar +++ b/bin/stellar @@ -16,4 +16,4 @@ if [[ -d "$(pwd)/src" ]]; then export ARTILLERY_BASE="\"./src/stellar.cr\"" fi -bin/bazooka +bin/artillery --bazooka $* \ No newline at end of file