open-nomad/command/test-resources/exiter.py

4 lines
39 B
Python
Raw Normal View History

import sys
sys.exit(int(sys.argv[1]))