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
| #!/usr/bin/env bash | |
| # tsfpp-bootstrap.sh — spin up a TSF++ sandbox in the current directory | |
| # Usage: bash tsfpp-bootstrap.sh [project-name] | |
| # If no name is given, the current directory is used as-is. | |
| set -euo pipefail | |
| # ── Colours ─────────────────────────────────────────────────────────────────── | |
| GREEN='\033[0;32m' |
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
| <div class="controls"> | |
| <div class="input-group"> | |
| <label for="kentekenInput">Kenteken (Suffix):</label> | |
| <input type="text" id="kentekenInput" placeholder="ZK 295" maxlength="10" autocomplete="off"> | |
| </div> | |
| <div class="input-group"> | |
| <label for="countrySelect">Land & Stijl:</label> | |
| <select id="countrySelect"> | |
| <option value="NL">Nederland (NL)</option> |