Moved files to 'reactics-smt'
This commit is contained in:
8
reactics-smt/scripts/mkplotdat.sh
Executable file
8
reactics-smt/scripts/mkplotdat.sh
Executable 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'
|
||||
|
||||
Reference in New Issue
Block a user