initial commit
This commit is contained in:
commit
6761bad26e
18 changed files with 282 additions and 0 deletions
12
prelude.sh
Normal file
12
prelude.sh
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
# installing deno without sudo (necessary for continuation)
|
||||
curl -fsSL https://deno.land/x/install/install.sh | sh
|
||||
|
||||
# adding deno to the environment
|
||||
export DENO_INSTALL="~/.deno"
|
||||
export PATH="$DENO_INSTALL/bin:$PATH"
|
||||
|
||||
# indications
|
||||
echo "run with :
|
||||
deno -A \"[URL]\""
|
Loading…
Add table
Add a link
Reference in a new issue