A script for sorting assignments by student numbers
This script works with specific pattern : * [Student_Number].pdf (and many formats that have three letters.)
Follow these instructions for your OS :
Download teddy.exe from dist folder and open it via CMD or PowerShell, Type teddy [Assignment Directory Name] or ./teddy.exe [Assignment Directory Name] respectively.
Download teddy from mac folder and open it via Terminal, Type ./teddy [Assignment Directory Name]
Download teddy from linux folder and open it via Terminal, Type ./teddy [Assignment Directory Name]
*If successful You will see new directory "[Assignment Directory Name] Sorted" as output in same directory.
Note that both Assignment Directory and Excecutable Script should be in the same directory for now. Adding to path script will be released soon.