Skip to content

Commit

Permalink
Allow arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Nov 11, 2023
1 parent 0e474b0 commit 413fc09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion liquidsoap
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh
# shellcheck disable=SC2068

DIR="$(dirname "$0")"
export DIR

dune exec --display=quiet --no-print-directory --root="$DIR" src/bin/liquidsoap.exe -- --no-stdlib "$DIR/src/libs/stdlib.liq" "$@"
dune exec --display=quiet --no-print-directory --root="$DIR" src/bin/liquidsoap.exe -- --no-stdlib "$DIR/src/libs/stdlib.liq" $@

0 comments on commit 413fc09

Please sign in to comment.