MOD: updated script

This commit is contained in:
JohnE 2019-01-05 20:43:28 -08:00
parent 0e816106dc
commit 0d6b0b4161
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
PWD=`pwd`
if [[ -d /Volumes/malloc-dev/sublimetext ]]; then
cd /Volumes/malloc-dev/sublimetext
find ../ -name "*.sublime-*" -exec ln -s {} \;
find ../ -name "*.sublime-*" -not -path "./sublimetext/*" -exec ln -s {} \;
fi
cd $PWD