Lines Matching refs:run_command
13 response = ubman.run_command('echo hello')
20 response = ubman.run_command(cmd)
30 response = ubman.run_command(cmd)
32 ubman.run_command('setenv list')
37 ubman.run_command('setenv foo \'setenv monty 1; setenv python 2\'')
38 ubman.run_command('run foo')
39 response = ubman.run_command('echo ${monty}')
41 response = ubman.run_command('echo ${python}')
43 ubman.run_command('setenv foo')
44 ubman.run_command('setenv monty')
45 ubman.run_command('setenv python')