diff --git a/perl-xCAT-2.0/xCAT/DSHRemoteShell.pm b/perl-xCAT-2.0/xCAT/DSHRemoteShell.pm new file mode 100644 index 000000000..27c5e567b --- /dev/null +++ b/perl-xCAT-2.0/xCAT/DSHRemoteShell.pm @@ -0,0 +1,16 @@ +#!/usr/bin/env perl +# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html + +package xCAT::DSHRemoteShell; + +sub remote_shell_command { + + return undef; +} + +sub remote_copy_command { + + return undef; +} + +1;