summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathis <ecomath360@gmail.com>2023-08-15 13:03:55 -0400
committerMathis <ecomath360@gmail.com>2023-08-15 13:03:55 -0400
commit6224dc3bc643f3524fd4327f85f81ac5f9456921 (patch)
tree4d906efc4feccdbac400ff6364a9a890b5f606a5
parent3984b6a481199f8fd1d5d0cb397aeb9ef0391d61 (diff)
updated the mk-exe filesmathis/tmp
-rwxr-xr-x[-rw-r--r--]src/host/c/mk-exe0
-rwxr-xr-x[-rw-r--r--]src/host/js/mk-exe1
-rwxr-xr-x[-rw-r--r--]src/host/py/mk-exe0
-rwxr-xr-x[-rw-r--r--]src/mk-repl0
4 files changed, 1 insertions, 0 deletions
diff --git a/src/host/c/mk-exe b/src/host/c/mk-exe
index 6da339e..6da339e 100644..100755
--- a/src/host/c/mk-exe
+++ b/src/host/c/mk-exe
diff --git a/src/host/js/mk-exe b/src/host/js/mk-exe
index 11e5aee..8a70173 100644..100755
--- a/src/host/js/mk-exe
+++ b/src/host/js/mk-exe
@@ -7,3 +7,4 @@ EXE="$2"
echo "#!$EXEC_PATH" > "$EXE"
echo "$RVM_CONTENT" >> "$EXE"
+chmod +x "$EXE"
diff --git a/src/host/py/mk-exe b/src/host/py/mk-exe
index bb6028d..bb6028d 100644..100755
--- a/src/host/py/mk-exe
+++ b/src/host/py/mk-exe
diff --git a/src/mk-repl b/src/mk-repl
index e49917a..e49917a 100644..100755
--- a/src/mk-repl
+++ b/src/mk-repl