Compare commits

..

No commits in common. "2d82118fff7bdb0deb1762d2b720029bf323cd81" and "3ef36c17a79a3a635d354867fe8e40f6a77e48b3" have entirely different histories.

5 changed files with 0 additions and 19 deletions

View File

@ -1,4 +0,0 @@
#!/bin/bash
curl "https://nodejs.org/dist/v18.15.0/node-v18.15.0-linux-x64.tar.xz" -o node.tar.xz
tar xf node.tar.xz --strip-components=1
rm node.tar.xz

View File

@ -1 +0,0 @@
export PATH=$PWD/bin:$PATH

View File

@ -1,10 +0,0 @@
{
"language": "node",
"version": "18.15.0",
"provides": [
{
"language": "javascript",
"aliases": ["node-javascript", "node-js", "javascript", "js"]
}
]
}

View File

@ -1,3 +0,0 @@
#!/bin/bash
node "$@"

View File

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