# Various configurable options used in the GPS/Data application.

# SMS message that triggers command
cmd_list = {

    'LS' : 'ls -lsh',
    'UPTIME' : 'uptime'

    }