From 3cb52881fcc17ce3f4bb1ef44ec45149407083c2 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Sun, 6 Dec 2020 01:04:14 +0100 Subject: [PATCH] Pass options to Lite with script run-local --- run-local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-local b/run-local index 17284818..3e02e54a 100755 --- a/run-local +++ b/run-local @@ -28,4 +28,4 @@ fi for module_name in core plugins colors fonts; do cp -r "data/$module_name" "$datadir" done -exec "$bindir/lite" +exec "$bindir/lite" "${@:2}"