1# Example entries in files like these
2
3# This registers an interpreter name with a binary
4# It is matched against #! syntax and the binfmt_misc syntax
5#scm=/path/to/scm
6
7# The following is the same syntax as Linux binfmt_misc
8# See Documentation/binfmt_misc.txt in the Linux kernel sources for
9# detailed information. (Right now, "flags" are noops)
10
11# Register an extension
12#:Scheme-ext:E::scm::/path/to/scm:
13
14# Register a magic
15#:Scheme-magic:M::\x3b\x20GIMP Scheme::scm:
16