Subversion Repositories wimsdev

Rev

Rev 935 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
14 reyssat 1
#! /bin/sh
2
cat <<1
1059 bpr 3
<a href='http://www.gnuplot.info'>gnuplot</a>
14 reyssat 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