add content

This commit is contained in:
JOLIMAITRE Matthieu 2024-06-18 03:14:30 +02:00
parent 94df7c8562
commit cc9afc5ffe
140 changed files with 10414 additions and 1 deletions

6
data/home/.local/bin/deno_repl Executable file
View file

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