5 lines
176 B
Python
5 lines
176 B
Python
import sys
|
|
print "running fake python script..."
|
|
print "Comparing: ", str(sys.argv[1:])
|
|
print "no idea if these are the same. i have no brains. it's probably fine."
|
|
sys.exit(0) |