We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015a196 commit b2770e4Copy full SHA for b2770e4
bin/bedlam-script
@@ -5,5 +5,7 @@
5
SCHEMEENV=`basename $0`
6
SOURCEFILE=$1
7
8
+. /base/bedlam/schejure/dtclasspath
9
+
10
/base/bedlam/sisc/sisc-1.16.6/sisc -x -e "(begin (define iasylum-bedlam-location \"/base/bedlam/\") (load (string-append iasylum-bedlam-location \"iasylum/init.scm\")))(srfi-22-prepare '$SCHEMEENV \"$SOURCEFILE\")" -c main-hook -- "$@"
11
s
@@ -1,2 +1,3 @@
1
#!/bin/bash
2
3
/base/bedlam/sisc/sisc-1.16.6/sisc -e ' (begin (define iasylum-bedlam-location "/base/bedlam/") (load (string-append iasylum-bedlam-location "iasylum/init.scm")) "bedlam-enabled sisc started.")' "$@"
0 commit comments