~ubuntu-branches/ubuntu/trusty/ricochet/trusty-proposed

« back to all changes in this revision

Viewing changes to host-test

  • Committer: Package Import Robot
  • Author(s): Keith Packard
  • Date: 2012-06-11 13:37:57 UTC
  • Revision ID: package-import@ubuntu.com-20120611133757-zn0ukd22vz56ymto
Tags: 0.3
* Improve appearance of board
* Fix user list when removing/adding same user

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env nickle
2
 
 
3
 
if (dim(argv) == 0)
4
 
        argv = (string[*]) { "rrclient" };
5
 
 
6
 
Command::nickle_path = "/usr/local/src/ricochet:" + Command::nickle_path;
7
 
 
8
 
autoload Client::Host;
9
 
 
10
 
Client::Host::select();
11