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