This overview has moved to https://gist.github.com/dune73/08cb549ea4c69e18a2d3dc32f1ab80c3#file-e-collecting-hackathon-overview-md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Wrapper script to run ftw in quantitative testing mode across many languages. | |
| # First it executes ftw and saves the results in JSON format. | |
| # Then it loops over the locally saved results. | |
| # | |
| # strict bash behavior: seehttp://redsymbol.net/articles/unofficial-bash-strict-mode/ | |
| #set -euo pipefail | |
| IFS=$'\n\t' |
- Updated: 2025-11-01 08:05:09
- URL to this file: https://gist.github.com/dune73/08cb549ea4c69e18a2d3dc32f1ab80c3
- Link to E-Collecting Hackathon Root on GitHub: https://github.com/swiss/e-collecting-hackathon
- Link to E-Collecting website at Federal Chancellery: German / French
- Teamleads: Marco Loppacher (Team leader) , Julia Wegmann (Konzeptionlle Rolle), Thomas Gemperle (Backend Developer)
OlderNewer