1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/CliClient/run.sh

7 lines
233 B
Bash
Raw Normal View History

2017-06-06 00:00:02 +02:00
#!/bin/bash
CLIENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2017-06-07 21:21:04 +02:00
rm -f "$CLIENT_DIR/app/src"
ln -s "$CLIENT_DIR/../ReactNativeClient/src" "$CLIENT_DIR/app"
2017-06-11 23:11:14 +02:00
npm run build && NODE_PATH="$CLIENT_DIR/build/" node build/cmd.js