1 2 3 4 5 6 7
#!/usr/bin/env python """Test script to simulate a job but do nothing.""" import sys sys.exit(0)