blob: ef96d7369799f3f34fb69656b05ea0b60069f357 [file] [log] [blame]
#!/bin/bash
# Copyright (c) 2006 Eclipse Foundation, made available under EPL v1.0
# Contributors Ward Cunningham, Bjorn Freeman-Benson
#
# usage:
# run.sh
./get-projects.pl > projects.txt
touch start.time
cat projects.txt | ./extract.pl | ./parse.pl | ./enhance.pl | ./chunk.pl insert.pl
mv start.time last.time
touch finish.time
echo done