An amazing project that generates micro reports from tournament results
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
|
|
set -o pipefail
|
|
set -e
|
|
|
|
source "$(dirname "$0")/swift-version.sh"
|
|
set_xcode_and_swift_versions
|
|
|
|
"$(dirname "$0")/reset-simulators.rb"
|
|
|