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

4 lines
39 B
Python

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