@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
PROG="Main"
# compilation stage.
PROG="main"
# diffing program output against actual output.
@ -1,4 +1,5 @@
[ ! -f *.in ] && echo -e "No input found.\n" && exit 127