people seperator

This commit is contained in:
Felix Van der Jeugt 2021-12-01 11:28:48 +01:00
parent 23eec49b2c
commit 4e4121ec97
No known key found for this signature in database
GPG key ID: 58B209295023754D

View file

@ -15,6 +15,7 @@ for dir in *; do
if test -d "$dir"; then
cd "$dir"
if test -x ./prepare; then
echo "---------------------------------------------------------------------------------- $dir"
if ! ./prepare "$day" "$part" >&2; then
echo 'eh ge hebt precies niet alles geïnstalleerd staan'
else