Skip to content

Instantly share code, notes, and snippets.

@offby1
Created November 29, 2009 22:57
Show Gist options
  • Save offby1/245110 to your computer and use it in GitHub Desktop.
Save offby1/245110 to your computer and use it in GitHub Desktop.
#! /bin/sh
#| Hey Emacs, this is -*-scheme-*- code!
exec mzscheme --require "$0" --main -- ${1+"$@"}
|#
#lang scheme
(require ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment