cmd/errorlevel.py

4 lines
62 B
Python

import sys
status = int(sys.argv[1])
raise SystemExit(status)