blob: bd578d1d8e140d5ef05fc29fd320810a1bdbfb0a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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.
|