aboutsummaryrefslogtreecommitdiff
path: root/running.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-04-04 19:46:42 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-04-04 19:46:42 -0400
commit2db20e22cbde66ec0f4783b12fb8789cd3911afb (patch)
treef419a79974a28f64a92a18f295dfc64150fff196 /running.md
parent9ed44cbe9988e457f6b862a437de429e3ac56925 (diff)
dzaima/BQN no longer requires -f flag to run on a file
Diffstat (limited to 'running.md')
-rw-r--r--running.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/running.md b/running.md
index d477f298..3cd834a8 100644
--- a/running.md
+++ b/running.md
@@ -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.