hdf5/fortran/examples/run_examples.sh
Bill Wendling b21c1e1deb [svn-r3374] Purpose:
Bug fix
Description:
    The /bin/csh shell was causing problems if you were using a different
    shell than csh (like bash). It couldn't find the compiler.
Solution:
    Changed to the more standard /bin/sh
Platforms tested:
    Linux
2001-02-06 16:49:14 -05:00

15 lines
180 B
Bash
Executable File

#! /bin/sh
./dsetexample
./fileexample
./rwdsetexample
./attrexample
./groupexample
./grpsexample
./grpdsetexample
./hyperslab
./selectele
./grpit
./refobjexample
./refregexample