Subversion Repositories wimsdev

Rev

Rev 935 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14 reyssat 1
#! /bin/sh
2
cat <<1
3
<a href=http://www.cs.dartmouth.edu/gnuplot_info.html>gnuplot</a>
4
1
5
 
6
s=`bin/ch..root gnuplot <<@ 2>&1
7
show version
8
quit
9
@`
10
 
11
echo "$s" | head -4 | tail -2
12
 
13