diff --git a/run.sh b/run.sh new file mode 100755 index 0000000000000000000000000000000000000000..f158654011e4145127ba5a1809b0f43c05e35549 --- /dev/null +++ b/run.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +mkdir -p output + +python3 /projects/readstwo/src/readstwo.py > output/readstwo.out 2>&1 \ No newline at end of file