brintos

brintos / llvm-project-archived public Read only

0
0
Text · 100 B · e9fb0bc Raw
8 lines · python
1#!/usr/bin/env python2 3import print_environment4import sys5 6print_environment.execute()7sys.exit(2)8