.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH MES "1" "January 1970" "GNU Mes 0.26" "User Commands" .SH NAME mes \- Scheme interpreter for bootstrapping the GNU system .SH SYNOPSIS .B mes [\fI\,OPTION\/\fR]... [\fI\,FILE\/\fR]... .SH DESCRIPTION Evaluate code with Mes, interactively or from a script. .TP [\-s] FILE load source code from FILE, and exit .TP \fB\-c\fR EXPR evalute expression EXPR, and exit .TP \fB\-\-\fR stop scanning arguments; run interactively .PP The above switches stop argument processing, and pass all remaining arguments as the value of (command\-line). .TP \fB\-e\fR, \fB\-\-main\fR=\fI\,MAIN\/\fR after reading script, apply MAIN to command\-line arguments .TP \fB\-h\fR, \fB\-\-help\fR display this help and exit .TP \fB\-L\fR, \fB\-\-load\-path\fR=\fI\,DIR\/\fR add DIR to the front of the module load path .TP \fB\-v\fR, \fB\-\-version\fR display version information and exit .SS "Ignored for Guile compatibility:" .HP \fB\-\-auto\-compile\fR .HP \fB\-\-fresh\-auto\-compile\fR .HP \fB\-\-no\-auto\-compile\fR .HP \fB\-C\fR, \fB\-\-compiled\-path\fR=\fI\,DIR\/\fR .SH "REPORTING BUGS" Report bugs to: bug\-mes@gnu.org .br GNU Mes home page: .br General help using GNU software: .SH "SEE ALSO" The full documentation for .B mes is maintained as a Texinfo manual. If the .B info and .B mes programs are properly installed at your site, the command .IP .B info mes .PP should give you access to the complete manual.