forked from the-distro/nix-gerrit
7 lines
142 B
Bash
7 lines
142 B
Bash
#!/bin/sh
|
|
|
|
# SPDX-FileCopyrightText: 2024 The nix-gerrit Authors <git@lukegb.com>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
exec "@yarn@/bin/yarn" "$@"
|