lisp_subdecadence/make.sh

7 lines
142 B
Bash
Raw Permalink Normal View History

2023-09-29 16:32:15 -04:00
#!/bin/sh
if command -v cl-launch; then
cl-launch -o subdec -d ! -Q -s subdecadence -r "subd::main"
else
echo "idk what I'm doing"
fi