Skip to content

Instantly share code, notes, and snippets.

View JanikHelbig's full-sized avatar

Janik Helbig JanikHelbig

  • Germany
View GitHub Profile
#!/usr/bin/env bash
set -euo pipefail
# Configuration
readonly DOWNLOAD_SIZE_MB=50
readonly UPLOAD_SIZE_MB=15
readonly UPLOAD_TIMEOUT=30
readonly CONNECT_TIMEOUT=10
readonly MAX_TIME=60