blob: 37a52bd483a76c1dae17bdd5edb98e7265f19fb4 [file] [log] [blame]
#!/bin/sh
# sample --post-update-hook for t/clone-coderepo.t test
case $CLONE_CODEREPO_TEST_OUT in
'') ;;
*) echo "uno $@" >> "$CLONE_CODEREPO_TEST_OUT" ;;
esac