mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 16:35:44 +03:00
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]))
|