mirror of
https://github.com/linuxserver/proot-apps.git
synced 2026-02-03 00:22:02 +08:00
5 lines
66 B
Bash
Executable File
5 lines
66 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Start SQLitebrowser
|
|
dbus-launch sqlitebrowser "$@"
|