diff --git a/scripts/make-link b/scripts/make-link index 79aa553..21afb5e 100755 --- a/scripts/make-link +++ b/scripts/make-link @@ -1 +1,5 @@ -echo "$1" +if [ -z "${2}" ]; then + echo "$1" +else + echo "$2" +fi