add shebang test case

This commit is contained in:
Yuichi Nishiwaki 2014-06-17 21:28:33 +09:00
parent e88617a065
commit e013cfd291
1 changed files with 9 additions and 0 deletions

9
t/shebang.scm Executable file
View File

@ -0,0 +1,9 @@
#! /bin/sh
#| -*- scheme -*-
exec picrin $0 "$@"
|#
(import (scheme base)
(scheme write))
(write (list 1 2 3))