Hi

How can I make textmate ask me for input for the following Python script:

import sys

for i in sys.argv[1:]:
print i, hex(i)

Thanks,
Raj