more-python/exercises/ex12/false

8 lines
78 B
Python
Executable File

#!/usr/bin/env python
# Exercise 12h
# false command
import sys
sys.exit(1)