Skip to content
Snippets Groups Projects
Commit fa5284e8 authored by 13518104 Kevin Austin Stefano's avatar 13518104 Kevin Austin Stefano
Browse files

repair file

parent 9f388bbb
Branches
No related merge requests found
#!/bin/bash
if [ "$#" -ne 2 ]; then
echo "Usage: ./autograde.sh 13518056 13518104"
echo "Usage: ./autograde.sh <nim> <openmp_output_directory>"
exit
fi
......
#!/bin/bash
if [ "$#" -ne 2 ]; then
echo "Usage: ./autograde.sh 13518056 13518104"
echo "Usage: ./autograde.sh <nim> <openmpi_output_directory>"
exit
fi
......
File mode changed from 100644 to 100755
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment