blob: 669cf2276a03cc03ea2044e6eed2e0af4e30166f [file] [log] [blame]
Philipp Schrader684a8e82022-02-25 17:39:28 -08001#!/bin/bash
2
3# This script runs the webserver and asks it to host all the web pages.
4
5exec \
6 scouting/webserver/webserver_/webserver \
7 -directory scouting/www/ \
8 "$@"