picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 5e91a9510302eb1de6750c3f54c85643b52fa1f5
parent dca010336c18fb3d00d2c378c57b642276368673
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat, 25 Jun 2011 09:07:40 +0200

Removed 'p' (obsolete, replaced by 'pil')
Diffstat:
Dp | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/p b/p @@ -1,2 +0,0 @@ -#!/bin/sh -exec ${0%/*}/bin/picolisp ${0%/*}/lib.l @ext.l "$@"