#!/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: avc
# Release file date: 2026-09-06 23:54
# App version: 1.2.1
# App source revision: 317
# App source signature: 08decfca3e559820c93cb0da7d288b9d0b8ca2dfd533a76a3449d2a1bc4e748d
# Source file last modification: 2026-06-14 20:45:03.722330195 +0200
#
# This header was generated. Do not modify.
#
# ------------------------------------------------------------------------------
#
# arcv alias script for arcv check --verbose
#
# ------------------------------------------------------------------------------
# 
# 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.
# 
###############################################################################

BASEDIR=$(readlink -f $(dirname ${BASH_SOURCE[0]}))
exec ${BASEDIR}/arcv check --verbose

