From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- vendor/x11iraf/obmsh/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vendor/x11iraf/obmsh/README (limited to 'vendor/x11iraf/obmsh/README') diff --git a/vendor/x11iraf/obmsh/README b/vendor/x11iraf/obmsh/README new file mode 100644 index 00000000..bd578d1d --- /dev/null +++ b/vendor/x11iraf/obmsh/README @@ -0,0 +1,11 @@ +OBMSH -- Unix shell for the IRAF Widget Server / Object Manager (OBM). + +Obmsh may be used to execute a GUI file by name, or may be given as the +shell executable (e.g. #!/usr/local/bin/obmsh) within a unix shell script +to write GUI script commands. + + Imakefile Build file + obmsh.c Source (doesn't take much!) + puzzle Sample OBMSH shell script (contributed by MJF) + +To build: xmkmf, make, make install. -- cgit