Print the values of the passed parameters.

This commit is contained in:
Gerhard Hoffmann 2023-04-12 15:59:57 +02:00
parent 9ca0a00763
commit 621a8ac361

View File

@ -1 +1,4 @@
echo "POST-CHECKOUT"
echo "PREV-HEAD=$1"
echo "CURR-HEAD=$2"
echo "BRANCH-CHECKOUT=$3"