浏览代码

oops, i messed everything up...

txlyre 1 年之前
父节点
当前提交
08d3f1b0c1
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      langs/erlang/run.sh
  2. 2 2
      langs/odin/run.sh

+ 2 - 2
langs/erlang/run.sh

@@ -1,5 +1,5 @@
-IN="$(mktemp --suffix .odin)"
+IN="$(mktemp --suffix .erl)"
 
 cat > "$IN"
 
-/home/user/.odin/odin run "$IN" -file
+escript "$IN"

+ 2 - 2
langs/odin/run.sh

@@ -1,5 +1,5 @@
-IN="$(mktemp --suffix .erl)"
+IN="$(mktemp --suffix .odin)"
 
 cat > "$IN"
 
-escript "$IN"
+/home/user/.odin/odin run "$IN" -file