# Python dictionary of commands that can be executed via SMS
# 'SMS':'COMMAND TO EXECUTE'
LOCAL_COMMANDS = {'ls':'ls',
'pwd':'pwd'}