mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-14 12:04:26 +01:00
people seperator
This commit is contained in:
parent
23eec49b2c
commit
4e4121ec97
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ for dir in *; do
|
||||||
if test -d "$dir"; then
|
if test -d "$dir"; then
|
||||||
cd "$dir"
|
cd "$dir"
|
||||||
if test -x ./prepare; then
|
if test -x ./prepare; then
|
||||||
|
echo "---------------------------------------------------------------------------------- $dir"
|
||||||
if ! ./prepare "$day" "$part" >&2; then
|
if ! ./prepare "$day" "$part" >&2; then
|
||||||
echo 'eh ge hebt precies niet alles geïnstalleerd staan'
|
echo 'eh ge hebt precies niet alles geïnstalleerd staan'
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue