repo.or.cz
/
guile-bash.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Enable using of #[expr] syntax in conditionals
[guile-bash.git]
/
run-scm.in
blob
69037effb6ada74bee5f7cff143b46af50819068
1
#!/bin/bash
2
set -e
3
enable -f
@libdir@
/
libguile-bash.so scm
4
5
tmpfile
=
`mktemp`
6
cat
<< EOF > "
$tmpfile
"
7
(use-modules (gnu bash))
8
EOF
9
10
scm
"
$tmpfile
"
11
rm
-f
"
$tmpfile
"
12
13
scm $@