Compare commits
2 commits
fe95b669c9
...
2eade4e23b
| 작성자 | SHA1 | 날짜 | |
|---|---|---|---|
|
|
2eade4e23b | ||
|
|
3daeaf59fc |
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
|
@ -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."
|
||||
|
|
|
|||
불러오는 중…
Reference in a new issue