Pass options to Lite with script run-local

This commit is contained in:
Francesco Abbate 2020-12-06 01:04:14 +01:00
parent 745dd99e97
commit 3cb52881fc
1 changed files with 1 additions and 1 deletions

View File

@ -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}"