added common lisp

This commit is contained in:
Ethan Edwards 2020-10-18 03:39:58 -04:00
parent a0bb87055f
commit 8c202f7b25
No known key found for this signature in database
GPG key ID: 40741D7FF5AAEA42
6 changed files with 24 additions and 0 deletions

View file

@ -240,6 +240,12 @@ echo 'export DENO_INSTALL="/opt/.deno"' >> /opt/.profile
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> /opt/.profile
source /opt/.profile
# install common lisp
# final binary /usr/bin/sbcl
# get version: /usr/bin/sbcl --version
# important notice: use sbcl --script to run a clisp file, sbcl enters the REPL
apt install -y sbcl
# create runnable users and apply limits
for i in {1..150}; do
useradd -M runner$i