From 8c55f8f426d3be42c14c0412df74b4e928efaad3 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Wed, 29 Jul 2009 14:07:51 +0200 Subject: [PATCH] allow to pass parameters to the script --- mandelbrot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mandelbrot b/mandelbrot index 7d05df5..3a58794 100755 --- a/mandelbrot +++ b/mandelbrot @@ -68,4 +68,4 @@ fi # add -jsconsole for debugging -$xulrunner --app $app_ini +$xulrunner --app $app_ini $@ -- 2.35.3