conformance.sh 208 B

12345678
  1. #!/bin/sh
  2. # Copyright 2019 The Go Authors. All rights reserved.
  3. # Use of this source code is governed by a BSD-style
  4. # license that can be found in the LICENSE file.
  5. cd $(dirname $0)
  6. exec go run main.go $@