Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 658 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 658 Bytes

Proj2-Auto

An Auto I/O script for Proj2

Warning:

  • This script does not calculate the score! It simply saves your compile, copy and paste time.

  • The testCases are in test.txt and it doesn't contain all the cases!

  • Since the I/O format is not specified, this may not work on all projects!

UNIX:

  1. Change directory (cd) to the student submission folder

  2. ./autograde.sh

  3. Following the prompt, type in the class name (without .class) that contains the main method

  4. Result is saved in testOut.txt

Note: If your terminal says permission denied, try changing the permission then run again:

> chmod +x auto.sh