Skip to content

Instantly share code, notes, and snippets.

@gravicappa
gravicappa / build-shen
Last active June 5, 2016 03:22
Shen-cl builder script
#!/bin/sh
url=http://shenlanguage.org/download/Shen.zip
platforms='clisp sbcl'
sbcl='sbcl --control-stack-size 8'
latest() {
find 'Shen '[0-9]* -type d -maxdepth 0 | sort -V | tail -n 1
}