8 lines
73 B
Bash
8 lines
73 B
Bash
#! /bin/bash
|
|
|
|
set -e
|
|
|
|
bash ./shuffle.sh
|
|
bash ./fill.sh
|
|
bash ./players.sh
|