joplin/CliClient/run.sh

6 lines
377 B
Bash
Raw Normal View History

2017-06-05 22:00:02 +00:00
#!/bin/bash
2017-06-25 22:20:07 +00:00
set -e
CLIENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2017-08-03 17:48:14 +00:00
2017-11-08 21:39:07 +00:00
bash "$CLIENT_DIR/build.sh" && node "$CLIENT_DIR/build/main.js" --profile ~/Temp/TestNotes2 --stack-trace-enabled --log-level debug --env dev "$@"
# bash "$CLIENT_DIR/build.sh" && node "$CLIENT_DIR/build/main.js" --profile ~/.config/joplin --stack-trace-enabled --log-level debug --env dev "$@"