-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
#!/usr/bin/env -S dataflow run -p 3495 --allow-file-attachments
a = 1
b = 2
c = a + bsimilar to deno which is
#!/usr/bin/env -S deno run --allow-net --allow-read
let x = "..."- Ignore shebang on:
- dataflow run file updates
- dataflow format
- importing
.ojsfiles - compiling
- Where should the shebang point to?
- looks like
/usr/bin/env -Sdoes magic here
- looks like
Metadata
Metadata
Assignees
Labels
No labels