#!/bin/bash
###############################################################################
# 
# MountPilot & sumo backend control script
# 
# Copyright (c) 2024-2025 Michel Mehl.
# All rights reserved. 
# Tous droits réservés (France).
# 
# License terms written down in file MP_LICENSE.txt
# Les termes de la licence sont détaillés dans le fichier MP_LICENSE.txt
# 
# Release file path: mountpilot
# Release file date: 2025-10-20 20:29
# Software product version: 2.0.1
# Source file last modification: 2025-03-19 15:11:34.094413991 +0100
#
# This header was generated. Do not modify.
#
# ------------------------------------------------------------------------------
#
# MountPilot - Monitoring interactive mount list
#
# type 'man sumo' for further information.
#
# ------------------------------------------------------------------------------
# Report bugs and suggestions: 
#     assistance@slashetc.eu
#     assistance@slashetc.fr
# 
# Specific or corporate requirements or extensions: 
#     info@slashetc.eu 
#     info@slashetc.fr
# 
# The author is overall not required to provide maintenance or support 
# outside specific commercial terms agreed.
# 
###############################################################################

MY_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]}))
exec "${MY_DIR}/sumo" -i $@
