From 5367021b986cbee710ea6c6e6f0ad6f0aab80a08 Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 21 Dec 2020 21:20:34 -0500 Subject: [PATCH] Allow passing arguments to Unix shell script --- src/unix/i2pbrowser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/i2pbrowser.sh b/src/unix/i2pbrowser.sh index 3767b3f..6e9afa2 100644 --- a/src/unix/i2pbrowser.sh +++ b/src/unix/i2pbrowser.sh @@ -18,4 +18,4 @@ if [ -z $FIREFOX ]; then exit 1 fi -$FIREFOX --profile . +$FIREFOX --profile . $@