Place guards, checks for multiline shell hacks

This commit is contained in:
Ted Nyman
2013-12-06 20:39:02 -08:00
parent 8603760ebe
commit 7e178cc416
5 changed files with 18 additions and 14 deletions

View File

@@ -1,7 +0,0 @@
#!/bin/sh
#| -*- scheme -*-
exec racket -um "$0" "$@"
|#
(require racket/file racket/path racket/list racket/string
(for-syntax racket/base))