Compare commits

...

2 commits

Author SHA1 Message Date
MagicTINTIN
2eade4e23b Merge branch 'master' of https://git.etud.insa-toulouse.fr/serviere/EnginPasTangible 2023-02-14 18:23:59 +01:00
MagicTINTIN
3daeaf59fc clean les conneries de valentin 2023-02-14 17:08:13 +01:00

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."