MOD: updated script
This commit is contained in:
parent
0e816106dc
commit
0d6b0b4161
|
@ -5,6 +5,6 @@
|
||||||
PWD=`pwd`
|
PWD=`pwd`
|
||||||
if [[ -d /Volumes/malloc-dev/sublimetext ]]; then
|
if [[ -d /Volumes/malloc-dev/sublimetext ]]; then
|
||||||
cd /Volumes/malloc-dev/sublimetext
|
cd /Volumes/malloc-dev/sublimetext
|
||||||
find ../ -name "*.sublime-*" -exec ln -s {} \;
|
find ../ -name "*.sublime-*" -not -path "./sublimetext/*" -exec ln -s {} \;
|
||||||
fi
|
fi
|
||||||
cd $PWD
|
cd $PWD
|
||||||
|
|
Loading…
Reference in New Issue