lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v192 11 lines 645 B view raw
1#! /bin/sh 2 3[ -z "$NIX_QUICKLISP_DIR" ] && { 4 export NIX_QUICKLISP_DIR="$(mktemp -d --tmpdir nix-quicklisp.XXXXXX)" 5} 6 7[ -f "$NIX_QUICKLISP_DIR/setup.lisp" ] || { 8 "$(dirname "$0")/quicklisp-beta-env.sh" "$NIX_QUICKLISP_DIR" &> /dev/null < /dev/null 9} 10 11sbcl --noinform --eval "(with-output-to-string (*standard-output*) (load \"$NIX_QUICKLISP_DIR/setup.lisp\"))" --eval "(with-output-to-string (*standard-output*) (with-output-to-string (*error-output*) (with-output-to-string (*trace-output*) (ql:quickload :$1))))" --eval "(format t \"~{~a~%~}\" (mapcar 'ql::name (mapcar 'car (cdr (ql::dependency-tree \"$1\")))))" --eval '(quit)' --script