mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
8 lines
152 B
Scheme
Executable File
8 lines
152 B
Scheme
Executable File
#!/bin/sh
|
|
#| -*- scheme -*-
|
|
exec racket -um "$0" "$@"
|
|
|#
|
|
|
|
(require racket/file racket/path racket/list racket/string
|
|
(for-syntax racket/base))
|