...

Text file src/nhooyr.io/websocket/make.sh

Documentation: nhooyr.io/websocket

     1#!/bin/sh
     2set -eu
     3cd -- "$(dirname "$0")"
     4
     5echo "=== fmt.sh"
     6./ci/fmt.sh
     7echo "=== lint.sh"
     8./ci/lint.sh
     9echo "=== test.sh"
    10./ci/test.sh "$@"
    11echo "=== bench.sh"
    12./ci/bench.sh

View as plain text