blob: 52950d7da6d3bd6e4c21c0be94cbb584af335d40 [file] [log] [blame]
#! /usr/bin/python -Es
import gtk, commands, sys
rc = [-1,'']
try:
rc=commands.getstatusoutput(sys.argv[1])
except:
pass
if rc[0] == 0:
print rc[1]