cuemata/tools/gopackagesdriver.sh
Hoang Nguyen 0041771955
Initial commit
There is nothing here yet, just boilerplate code -_-
2023-12-10 00:00:00 +07:00

9 lines
252 B
Bash
Executable file

#!/usr/bin/env nix
#! nix shell nixpkgs#bash nixpkgs#bazel --command bash
# SPDX-FileCopyrightText: 2023 Hoang Nguyen <folliekazetani@protonmail.com>
#
# SPDX-License-Identifier: Apache-2.0
exec bazel run -- @rules_go//go/tools/gopackagesdriver "$@"