Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
6d7ab08576 | |||
|
ce5b3688d5 |
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ for ((e = 0; e <= (${#files[@]} - 1); e++));
|
||||||
do
|
do
|
||||||
target=${files[$e]}
|
target=${files[$e]}
|
||||||
link_name=${destinations[$e]}
|
link_name=${destinations[$e]}
|
||||||
ln -sfvnr $target $link_name
|
ln -sfvnr $target $(echo $link_name)
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue