Skip to content

ebzzry/scripts

Repository files navigation

scripts

Overview

This is a collection of scripts written in Common Lisp. This repo started as a fork of fare-scripts. The mksum subsystem was implemented by zhaqenl.

System dependencies

  • sbcl
  • cl-launch
  • make

You may use your system package manager to install them.

Lisp dependencies

  • inferior-shell
  • local-time
  • ironclad
  • clon
  • cl-launch
  • fare-utils
  • cl-scripting
  • marie

You may install them with:

$ sbcl --noinform --eval "(mapc #'ql:quickload '(:inferior-shell :local-time :ironclad :clon :cl-launch :fare-utils :cl-scripting))" --quit
$ cd ~/common-lisp
$ git clone https://github.com/ebzzry/marie.git

Building

To install the scripts to ~/bin, run:

$ make install

Miscellany

The file default.nix is used with by the shell script to spawn a nix-shell containing programs and library dependencies conducive to Common Lisp development.

To load it directly, change to this repository’s directory then run:

$ nix-shell

About

My personal scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published