Compare commits

..

No commits in common. "3a2dc74586bd5fa9b7b4ad06d5caec34815cd649" and "1eddc8dcf7a55a15ed28338eea630c3a2a23fa5c" have entirely different histories.

5 changed files with 0 additions and 32 deletions

View File

@ -1,5 +0,0 @@
#!/bin/bash
curl -OL https://github.com/denoland/deno/releases/download/v1.16.2/deno-x86_64-unknown-linux-gnu.zip
unzip -o deno-x86_64-unknown-linux-gnu.zip
rm deno-x86_64-unknown-linux-gnu.zip

View File

@ -1,3 +0,0 @@
#!/bin/bash
export PATH=$PWD:$PATH

View File

@ -1,20 +0,0 @@
{
"language": "deno",
"version": "1.16.2",
"dependencies": {},
"provides": [
{
"language": "typescript",
"aliases": [
"deno",
"deno-ts"
]
},
{
"language": "javascript",
"aliases": [
"deno-js"
]
}
]
}

View File

@ -1,3 +0,0 @@
#!/bin/bash
DENO_DIR=$PWD deno run $@

View File

@ -1 +0,0 @@
console.log("OK")