mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
Compare commits
No commits in common. "b179e0bbbcdf80eca40ce32d410740f15cc74145" and "17c4fdb51ed057d56efecebe41eba71215cba855" have entirely different histories.
b179e0bbbc
...
17c4fdb51e
8 changed files with 2 additions and 17 deletions
2
packages/deno/1.16.2/run
vendored
2
packages/deno/1.16.2/run
vendored
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DENO_DIR=$PWD NO_COLOR=true deno run $@
|
DENO_DIR=$PWD deno run $@
|
||||||
|
|
2
packages/deno/1.7.5/run
vendored
2
packages/deno/1.7.5/run
vendored
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
DENO_DIR=$PWD NO_COLOR=true deno run "$@"
|
DENO_DIR=$PWD deno run "$@"
|
3
packages/samarium/0.3.1/build.sh
vendored
3
packages/samarium/0.3.1/build.sh
vendored
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
source ../../python/3.10.0/build.sh
|
|
||||||
bin/pip3 install https://github.com/samarium-lang/Samarium/archive/refs/tags/0.3.1.zip
|
|
2
packages/samarium/0.3.1/environment
vendored
2
packages/samarium/0.3.1/environment
vendored
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
export PATH=$PWD/bin:$PATH
|
|
5
packages/samarium/0.3.1/metadata.json
vendored
5
packages/samarium/0.3.1/metadata.json
vendored
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"language": "samarium",
|
|
||||||
"version": "0.3.1",
|
|
||||||
"aliases": ["sm"]
|
|
||||||
}
|
|
1
packages/samarium/0.3.1/run
vendored
1
packages/samarium/0.3.1/run
vendored
|
@ -1 +0,0 @@
|
||||||
python3 -m samarium $1
|
|
3
packages/samarium/0.3.1/test.sm
vendored
3
packages/samarium/0.3.1/test.sm
vendored
|
@ -1,3 +0,0 @@
|
||||||
=> * {
|
|
||||||
"OK"!;
|
|
||||||
}
|
|
|
@ -380,7 +380,6 @@ Content-Type: application/json
|
||||||
`rscript`,
|
`rscript`,
|
||||||
`ruby`,
|
`ruby`,
|
||||||
`rust`,
|
`rust`,
|
||||||
`samarium`,
|
|
||||||
`scala`,
|
`scala`,
|
||||||
`smalltalk`,
|
`smalltalk`,
|
||||||
`sqlite3`,
|
`sqlite3`,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue