- Timestamp:
- Nov 26, 2008 10:17:13 PM (16 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
- Children:
- a2da110
- Parents:
- 93a06fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedkit/fed-tun.pl
r93a06fb r0ea5050 261 261 print "$cmd\n" if $debug; 262 262 263 open( $SSHCMD[$count], $cmd)263 open(SSHCMD, $cmd) 264 264 or die "Failed to run ssh"; 265 265 266 my $check = < $SSHCMD[$count]>; # Make sure something ran...266 my $check = <SSHCMD>; # Make sure something ran... 267 267 print "Got line [$check] from remote side\n" if ($debug); 268 268
Note: See TracChangeset
for help on using the changeset viewer.