Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 349 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 349 Bytes

tests

boroactions/lisp-scripting@v0

This GitHub action allows using Common Lisp in shell scripts with shebang:

#!/usr/bin/env lisps

(print 'hello)

See borodust/lisp-scripts for further details.