diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-23 17:49:48 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-23 17:49:48 +0200 |
commit | 953895bbf19a6a6d63a99c21bee14fd45bb70c7d (patch) | |
tree | 0ccc2a727e9d47cf95fc3a66d127d7ee01912935 /stowdots | |
parent | 65d2756936332141fa72caa53eb173f51d1d91fc (diff) |
fixed too many levels of symbolic links
Diffstat (limited to 'stowdots')
-rwxr-xr-x | stowdots | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ else read MACH fi -ln -sf "$(realpath $0)" "$(realpath $0 | xargs dirname)"/bin/common/stowdots +ln -sf "$(realpath $0)" $HOME/bin/ cd "$(realpath $0 | xargs dirname)" || exit 1 case "$MACH" in "desktop" | "d" | "laptop" | "l") |