xcat-core/perl-xCAT/xCAT/DSHRemoteShell.pm
2008-06-03 15:00:37 +00:00

17 lines
214 B
Perl

#!/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;