mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
5 lines
148 B
Bash
5 lines
148 B
Bash
#!/bin/bash
|
|
CLIENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
rm -f "$CLIENT_DIR/app/lib"
|
|
ln -s "$CLIENT_DIR/../lib" "$CLIENT_DIR/app" |