aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/obmsh/README
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /vendor/x11iraf/obmsh/README
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'vendor/x11iraf/obmsh/README')
-rw-r--r--vendor/x11iraf/obmsh/README11
1 files changed, 11 insertions, 0 deletions
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.