Compare commits

..

No commits in common. "2eade4e23bcbd1f8a1254e01ec54956ff4f3d9ca" and "fe95b669c95003af871740918e1d19aa9de8cef7" have entirely different histories.

View file

@ -1,6 +1,6 @@
# takes an argument for compilation
#LD_LIBRARY_PATH=$(pwd) ./a.out
LD_LIBRARY_PATH=$(pwd) ./a.out
# Exits and displays error if there is no argument provided
if [ $# -eq 0 ]; then
echo "This script requires an argument."