ciel/src/scripts
2023-01-21 00:00:29 +01:00
..
quicksearch.lisp scripting: register and call built-in scripts by name 2022-12-28 15:11:46 +01:00
README.md scripting: register and call built-in scripts by name 2022-12-28 15:11:46 +01:00
simpleHTTPserver.lisp script simpleHTTPserver: list and serve files 2023-01-21 00:00:29 +01:00

  • it is better to use uiop:*command-line-arguments* instead of (uiop:command-line-arguments). The latter always get the original full list, but when calling ciel -s we need to pop the arguments list, to ditch the -s.