This function calls a remote program for execution. It expects two parameters: the function name, and the parameters to it. The remote program must exist on the default server (carmaux.cs.gsu.edu) to work.
call('dir', 'hello')
call('echo2', 'hello')