mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-02-08 07:29:51 +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 "$@"
|