hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit a2f63f644453f326e2dd52f43c62ef11ae3abe06
parent 735c1f2e52b6655928edccd2527ccce7f1f1aa98
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat, 13 Mar 2021 16:55:21 -0500

hare.sh: new script

Diffstat:
Ahare.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/hare.sh b/hare.sh @@ -0,0 +1,3 @@ +PATH=$PATH:$(pwd)/cmd/hare +HAREPATH=$(pwd) +export PATH HAREPATH