MOD: updated script
This commit is contained in:
parent
0e816106dc
commit
0d6b0b4161
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue