This commit is contained in:
Victor Lasserre 2023-02-14 19:15:40 +01:00
commit f1c722afe5

View file

@ -1,6 +1,6 @@
# takes an argument for compilation # 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 # Exits and displays error if there is no argument provided
if [ $# -eq 0 ]; then if [ $# -eq 0 ]; then
echo "This script requires an argument." echo "This script requires an argument."