mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
6 lines
123 B
Bash
Executable File
6 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
|
|
CLIENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
"$CLIENT_DIR/publish.sh"
|
|
npm install -g joplin |