mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 01:23:57 +08:00
7 lines
99 B
Bash
Executable file
7 lines
99 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
DIR=`dirname "$0"`
|
|
export TRILIUM_DATA_DIR="$DIR/trilium-data"
|
|
|
|
"$DIR/trilium"
|
|
|