Formatting adjustment
This commit is contained in:
parent
284d0988e0
commit
63a67c9d83
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
DOTFILES="$(pwd)/.*[a-z]"
|
DOTFILES="$(pwd)/.*[a-z]"
|
||||||
|
|
||||||
for FILE in $DOTFILES ; do
|
for FILE in $DOTFILES; do
|
||||||
BASEFILE=$(basename $FILE)
|
BASEFILE=$(basename $FILE)
|
||||||
NEWLINK=0
|
NEWLINK=0
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ for FILE in $DOTFILES ; do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Create a new symlink
|
# Create a new symlink
|
||||||
if [ $NEWLINK -eq 1 ] ; then
|
if [ $NEWLINK -eq 1 ]; then
|
||||||
echo "Creating new link to $(pwd)/$BASEFILE from" ~
|
echo "Creating new link to $(pwd)/$BASEFILE from" ~
|
||||||
ln -s $(pwd)/$BASEFILE ~/$BASEFILE
|
ln -s $(pwd)/$BASEFILE ~/$BASEFILE
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user