#!/bin/bash
###############################################################################
# Arcv revision control tool
# 
# Copyright (c) 2024-2026 Michel Mehl.
# All rights reserved. 
# Tous droits réservés (France).
# 
# License terms written down in file LICENSE.txt
# Les termes de la licence sont détaillés dans le fichier LICENSE.txt
# 
# Release file path: avexit
# Release file date: 2026-07-26 13:11
# App version: 1.0.1
# App source revision: 207
# App source signature: 746cd55fc524cfc06dc7647232c2f81c44d6b2cf6125a49ea4f119de443df7b2
# Source file last modification: 2026-07-15 19:01:48.477081626 +0200
#
# This header was generated. Do not modify.
#
# ------------------------------------------------------------------------------
#
# arcv exit subscript script.
#
# Sometimes it seems stty echo does not work (for resetting terminal mode) 
# after a signal catching. Therefore, an exec of this script is called 
# when arcv exists to ensure terminal cleanup.
#
# ------------------------------------------------------------------------------
# 
# Report bugs and suggestions: 
#     assistance@slashetc.fr
# 
# Specific or corporate requirements or extensions: 
#     info@slashetc.fr
# 
# The author is overall not required to provide maintenance or support 
# outside specific commercial terms agreed.
# 
###############################################################################

tset
exit $1
