#!/bin/sh # file: $PLAGCHECK/src/plagcheck.sh # # This is a simple driver script for our plagiarism checker. # # set an appropriate environment variable for the root node # PLAGCHECK=/data/courses/ece_1111/TOOLS/plagcheck/v1.0.0; export PLAGCHECK; # execute the tool # python $PLAGCHECK/src/plagcheck.py $* # # end of file