mirror of
https://github.com/linuxserver/proot-apps.git
synced 2026-01-20 20:41:43 +08:00
5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Start Obsidian
|
|
/opt/obsidian/obsidian --no-sandbox "$@"
|