16 lines
350 B
Bash
16 lines
350 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
|
||
|
echo "------------------------------------------"
|
||
|
echo "GO" | ./mk_dessin.awk > a.scratch
|
||
|
wc a.scratch
|
||
|
|
||
|
echo "------------------------------------------"
|
||
|
../Tools/genplot2 -s 640x480
|
||
|
errcode=$?
|
||
|
echo "code retour genplot2 = " $errcode
|
||
|
echo "------------------------------------------"
|
||
|
|
||
|
echo "------------------------------------------"
|
||
|
|