diff options
author | Ben Sima <ben@bsima.me> | 2020-06-05 13:59:57 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-06-05 14:00:35 -0700 |
commit | 381b7d5d476b6c730fefbb26927251cb4a016ffa (patch) | |
tree | 635e61c6ec11eaddf2a7fbe0840975cdb35ece38 /z | |
parent | ab38b76ebc8afde384df5b161455d07a226014b8 (diff) |
Add z and z-import
Diffstat (limited to 'z')
-rwxr-xr-x | z | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +#!/usr/bin/env sh +exec guile -l ~/biz/z.scm -e main -s ~/biz/z.scm "$@" 2>/tmp/z.err |