diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-04-04 19:46:42 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-04-04 19:46:42 -0400 |
| commit | 2db20e22cbde66ec0f4783b12fb8789cd3911afb (patch) | |
| tree | f419a79974a28f64a92a18f295dfc64150fff196 /running.md | |
| parent | 9ed44cbe9988e457f6b862a437de429e3ac56925 (diff) | |
dzaima/BQN no longer requires -f flag to run on a file
Diffstat (limited to 'running.md')
| -rw-r--r-- | running.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ You can run `dzref` from ordinary dzaima/BQN using the `•Import` command; see #! /bin/bash - java -jar /path/to/dzaima/BQN/BQN.jar -f "$@" + java -jar /path/to/dzaima/BQN/BQN.jar "$@" The left argument for `•Import` or the shell arguments can contain up to two arguments for the script. The first is a file to run, and the second is BQN code to be run after it. |
