annotate scripts/startup/main-rcfile @ 5794:1138ced03f14
[project @ 2006-05-08 20:23:04 by jwe]
author |
jwe |
date |
Mon, 08 May 2006 20:23:07 +0000 |
parents |
faafc2d98b8d |
children |
e8868fde0fc5 |
rev |
line source |
5316
|
1 ## System-wide startup file for Octave. |
|
2 ## |
|
3 ## This file should contain any commands that should be executed each |
|
4 ## time Octave starts for every user at this site. |
|
5 |
|
6 ## Configure readline using the file inputrc in the Octave startup |
|
7 ## directory. |
|
8 |
|
9 read_readline_init_file (sprintf ("%s%s%s", |
|
10 octave_config_info ("startupfiledir"), |
|
11 filesep, "inputrc")); |