Compare commits
No commits in common. "b179e0bbbcdf80eca40ce32d410740f15cc74145" and "17c4fdb51ed057d56efecebe41eba71215cba855" have entirely different histories.
b179e0bbbc
...
17c4fdb51e
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DENO_DIR=$PWD NO_COLOR=true deno run $@
|
DENO_DIR=$PWD deno run $@
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
DENO_DIR=$PWD NO_COLOR=true deno run "$@"
|
DENO_DIR=$PWD deno run "$@"
|
|
@ -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
|
|
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
export PATH=$PWD/bin:$PATH
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"language": "samarium",
|
|
||||||
"version": "0.3.1",
|
|
||||||
"aliases": ["sm"]
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python3 -m samarium $1
|
|
|
@ -1,3 +0,0 @@
|
||||||
=> * {
|
|
||||||
"OK"!;
|
|
||||||
}
|
|
Loading…
Reference in New Issue