From 44097f9dc287f790728af5079ba63aecbbba41fb Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Sun, 1 Nov 2020 19:26:09 -0600 Subject: [PATCH] add nim to execute --- lxc/execute | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lxc/execute b/lxc/execute index 5e71f4a..23ffdae 100755 --- a/lxc/execute +++ b/lxc/execute @@ -90,6 +90,9 @@ case "$lang" in "nasm64" | "asm64") bin=nasm64 ;; +"nim") + bin=nim + ;; "node" | "js" | "javascript") bin=node ;;