mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 11:39:37 +08:00
7 lines
96 B
Bash
7 lines
96 B
Bash
#!/usr/bin/env sh
|
|
|
|
DIR=`dirname "$0"`
|
|
export TRILIUM_SAFE_MODE=1
|
|
|
|
"$DIR/trilium" --disable-gpu
|
|
|