Compare commits
No commits in common. "6a8dc482335d621b9730a7af2abb6ec2b5f3d0ee" and "89a6f81123c98d6b905da4c10ae640718b2dc01b" have entirely different histories.
6a8dc48233
...
89a6f81123
|
@ -1,6 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# japt install
|
|
||||||
source ../../node/16.3.0/build.sh
|
|
||||||
|
|
||||||
git clone -q "https://github.com/Hydrazer/japt.git" japt
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# node and japt path
|
|
||||||
export PATH=$PWD/bin:$PATH
|
|
||||||
export JAPT_PATH=$PWD/japt
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"language": "japt",
|
|
||||||
"version": "2.0.0",
|
|
||||||
"aliases": ["japt"]
|
|
||||||
}
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# japt only takes filename and stdin
|
|
||||||
node "$JAPT_PATH"/node.js "$1"
|
|
|
@ -1 +0,0 @@
|
||||||
"OK
|
|
Loading…
Reference in New Issue