mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-02 12:47:41 +02:00
6 lines
146 B
Bash
6 lines
146 B
Bash
#!/bin/bash
|
|
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
cd "$ROOT_DIR"
|
|
./build.sh
|
|
cd "$ROOT_DIR/app"
|
|
node_modules/.bin/electron . |