867bbe3deed8636ac6846bb3ea10f19154dcd85f
[shpub.git] / src / shpub / Command / Connect.php
1 <?php
2 namespace shpub;
3
4 class Command_Connect
5 {
6     public function __construct(Config $cfg)
7     {
8         $this->cfg = $cfg;
9     }
10
11     public function run($server, $user, $key)
12     {
13     }
14 }
15 ?>