dotfiles/data/home/.local/bin/deno_repl
2024-06-18 03:14:30 +02:00

6 lines
108 B
Bash
Executable file

#!/bin/sh
ARGS=$(deno --help | grep --only-matching -- '--unstable-[a-z\-]*' | xargs)
deno repl -A $ARGS