Compare commits
2 commits
fe95b669c9
...
2eade4e23b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2eade4e23b | ||
|
|
3daeaf59fc |
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue