guile-tools is a scheme script that loads scheme modules
[bpt/guile.git] / module / scripts / doc-snarf.scm
old mode 100755 (executable)
new mode 100644 (file)
similarity index 98%
rename from scripts/doc-snarf
rename to module/scripts/doc-snarf.scm
index 4bc09f5..4ceddc1
@@ -1,8 +1,3 @@
-#!/bin/sh
-# aside from this initial boilerplate, this is actually -*- scheme -*- code
-main='(module-ref (resolve-module '\''(scripts doc-snarf)) '\'main')'
-exec ${GUILE-guile} -l $0 -c "(apply $main (cdr (command-line)))" "$@"
-!#
 ;;; doc-snarf --- Extract documentation from source files
 
 ;;     Copyright (C) 2001, 2006 Free Software Foundation, Inc.