Add some debug output

This commit is contained in:
Gerhard Hoffmann 2023-07-04 10:54:24 +02:00
parent 8d87f21cce
commit c8dc474476

View File

@ -1,5 +1,5 @@
#!/bin/bash -
echo "POST-CHECKOUT IN $PWD"
echo "POST-CHECKOUT IN $PWD" >> /tmp/post_checkout.txt
# echo "PREV-HEAD=$1"
# echo "CURR-HEAD=$2"
# echo "BRANCH-CHECKOUT=$3"