#!/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: avl
# 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-06-14 20:45:31.625095892 +0200
#
# This header was generated. Do not modify.
#
# ------------------------------------------------------------------------------
#
# arcv alias script for arcv log --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 log --verbose

