mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
8 lines
153 B
Python
Executable File
8 lines
153 B
Python
Executable File
#!/usr/bin/env python
|
|
import sys
|
|
print "test old mcdonald"
|
|
print "success old mcdonald"
|
|
print "test bing crosby"
|
|
print "success bing crosby"
|
|
sys.exit(0)
|