Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.0 / db / utils / plotwts.sh
diff --git a/cinelerra-5.0/db/utils/plotwts.sh b/cinelerra-5.0/db/utils/plotwts.sh
deleted file mode 100755 (executable)
index 05561a4..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-dir=/tmp/data
-n1=`expr "00000$1" : '.*\(.....\)'`
-n2=`expr "00000$2" : '.*\(.....\)'`
-cmd="plot \"$dir/w$n1.txt\" with lines, \"$dir/w$n2.txt\" with lines"
-gnuplot -e "set terminal png; $cmd" | xv - &