joplin/ElectronClient/run.sh

6 lines
179 B
Bash
Raw Normal View History

2017-11-02 23:26:08 +00:00
#!/bin/bash
2017-11-04 11:46:06 +00:00
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$ROOT_DIR"
./build.sh
cd "$ROOT_DIR/app"
node_modules/.bin/electron . --env dev --log-level debug "$@"