summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authormRnea <akannemre@gmail.com>2024-07-18 13:50:14 +0300
committermRnea <akannemre@gmail.com>2024-07-18 13:50:14 +0300
commita0fb419b1be8ed53f580c509b7a55cde8e06d4c9 (patch)
tree36ee859bce5235621e6f7656bb41a269dbe90736 /build.sh
başlangıç, push pop + - . vb.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..80a559a
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+sbcl --load cl-forth.asd \
+ --eval '(ql:quickload :cl-forth)' \
+ --eval '(asdf:make :cl-forth)' \
+ --eval '(quit)'