From a0fb419b1be8ed53f580c509b7a55cde8e06d4c9 Mon Sep 17 00:00:00 2001 From: mRnea Date: Thu, 18 Jul 2024 13:50:14 +0300 Subject: =?UTF-8?q?ba=C5=9Flang=C4=B1=C3=A7,=20push=20pop=20+=20-=20.=20vb?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 build.sh (limited to 'build.sh') 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)' -- cgit v1.2.3