pcbjam/scripts/kicad/build-gerbview.sh

7 lines
269 B
Shell
Raw Normal View History

2026-06-03 14:23:57 +02:00
#!/bin/bash
# Build KiCad Gerber Viewer (gerbview) for WebAssembly.
# Thin wrapper around build-kicad-target.sh — see that script for options.
set -e
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "${SCRIPT_DIR}/build-kicad-target.sh" gerbview "$@"