diff options
author | mRnea <akannemre@gmail.com> | 2024-07-18 13:50:14 +0300 |
---|---|---|
committer | mRnea <akannemre@gmail.com> | 2024-07-18 13:50:14 +0300 |
commit | a0fb419b1be8ed53f580c509b7a55cde8e06d4c9 (patch) | |
tree | 36ee859bce5235621e6f7656bb41a269dbe90736 /build.sh |
başlangıç, push pop + - . vb.
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 6 |
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)' |