add shebang test case
This commit is contained in:
parent
e88617a065
commit
e013cfd291
|
@ -0,0 +1,9 @@
|
||||||
|
#! /bin/sh
|
||||||
|
#| -*- scheme -*-
|
||||||
|
exec picrin $0 "$@"
|
||||||
|
|#
|
||||||
|
|
||||||
|
(import (scheme base)
|
||||||
|
(scheme write))
|
||||||
|
|
||||||
|
(write (list 1 2 3))
|
Loading…
Reference in New Issue