diff options
Diffstat (limited to 'dis/postproc.sh')
-rwxr-xr-x | dis/postproc.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dis/postproc.sh b/dis/postproc.sh new file mode 100755 index 0000000..c5dd1c9 --- /dev/null +++ b/dis/postproc.sh | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/bash | ||
2 | ./summarize.py $1.txt > $1-pp.txt | ||
3 | ./clean.sh $1-pp.txt | ||