diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/selflink.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Contributions/selflink.sh b/Library/Contributions/selflink.sh index 85ee7ffd4..ffa5ba8e4 100755 --- a/Library/Contributions/selflink.sh +++ b/Library/Contributions/selflink.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# This script links your clone into /usr/local, so you can keep the .git +# directory out of the way. mode=$1 if [[ -z $mode ]]; then |
