mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-11-08 13:06:45 +00:00
7 lines
178 B
Bash
Executable File
7 lines
178 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2024-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
exec /storage/.kodi/addons/service.ntfs3g/bin/ntfs-3g "$@"
|