2017-11-14 20:02:58 +02:00
|
|
|
#!/bin/bash
|
|
|
|
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
|
|
|
|
cd "$ROOT_DIR/CliClient/node_modules"
|
2018-05-22 01:54:23 +02:00
|
|
|
rm -rf tkwidgets joplin-turndown joplin-turndown-plugin-gfm
|
|
|
|
ln -s /mnt/d/Docs/PROGS/Node/tkwidgets/src tkwidgets
|
2018-06-09 21:00:26 +02:00
|
|
|
ln -s /mnt/d/Docs/PROGS/Node/joplin-turndown-plugin-gfm joplin-turndown-plugin-gfm
|
|
|
|
ln -s /mnt/d/Docs/PROGS/Node/joplin-turndown joplin-turndown
|
|
|
|
|
|
|
|
rsync -a --delete --exclude 'node_modules/' /mnt/d/Docs/PROGS/Node/joplin-turndown-plugin-gfm/ /var/www/joplin/ElectronClient/app/node_modules/joplin-turndown-plugin-gfm/
|
|
|
|
rsync -a --delete --exclude 'node_modules/' /mnt/d/Docs/PROGS/Node/joplin-turndown/ /var/www/joplin/ElectronClient/app/node_modules/joplin-turndown/
|