This commit is contained in:
Artur Meski
2016-12-28 15:58:41 +01:00
parent c37ca14a22
commit 1a1bfa6677
7 changed files with 0 additions and 872 deletions

8
scripts/mkplotdat.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
if [ "$1" = "" ];then
echo "Usage: $0 <input file>"
exit 1
fi
f="$1"
cat $f | tr -d '()' | tr ',' '\t'