## vim:ft=zsh if [[ $repo == $file ]] { echo "# Creating new commit in PKG_ROOT" cd $test_proot/$file git checkout -f echo $RANDOM > baz git add baz git commit -m 'floeppel' }