Commit 3e0517e760c62a774f9f1d6b72576047a21fe054

Thomas de Grivel 2018-06-09T15:25:10

thot start script

1
2
3
4
5
6
7
8
9
10
11
diff --git a/thot b/thot
index 00da031..81376f5 100755
--- a/thot
+++ b/thot
@@ -1,5 +1,2 @@
-#!/bin/sh
-sbcl <<EOF
-(require :thot)
+(asdf:load-system :thot)
 (thot:start)
-EOF