open-nomad/command/test-resources/exiter.py
2023-04-10 15:36:59 +00:00

7 lines
107 B
Python

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
import sys
sys.exit(int(sys.argv[1]))