mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-08 18:45:17 +00:00
d64dcebbc7
Change-Id: I3c21e5069c34a6417c9177ae5f1bdcb801418c8a Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/173665 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
9 lines
208 B
Bash
Executable File
9 lines
208 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Copyright 2019 The Go Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style
|
|
# license that can be found in the LICENSE file.
|
|
|
|
cd $(dirname $0)
|
|
exec go run main.go $@
|