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