mirror of
https://github.com/zadam/trilium.git
synced 2025-01-09 08:38:46 +08:00
8 lines
82 B
Bash
8 lines
82 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
DIR=`dirname "$0"`
|
||
|
export TRILIUM_SAFE_MODE=1
|
||
|
|
||
|
"$DIR/trilium"
|
||
|
|