diff options
author | Case Duckworth | 2023-08-15 23:33:17 -0500 |
---|---|---|
committer | Case Duckworth | 2023-08-15 23:33:17 -0500 |
commit | d4830cdd422258a7c91a5ed07af50f8c208a29ee (patch) | |
tree | bacdf4124ef9b9467ea64c6d098a5cd78426912a /.repl | |
parent | Etc (diff) | |
download | boudin-d4830cdd422258a7c91a5ed07af50f8c208a29ee.tar.gz boudin-d4830cdd422258a7c91a5ed07af50f8c208a29ee.zip |
A new start (again)
Diffstat (limited to '.repl')
-rw-r--r-- | .repl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.repl b/.repl new file mode 100644 index 0000000..229237b --- /dev/null +++ b/.repl | |||
@@ -0,0 +1,4 @@ | |||
1 | ;; -*- scheme -*- | ||
2 | (import (beaker system)) | ||
3 | |||
4 | (print "> (load-system \"boudin.egg\")") | ||