clwrap 0.2.0

Command line wrapper for autologin then execute command
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Command line wrapper for autologin then execute command

# How to use

Double dash(--) separated two commands, 1st is spawn commnd to open terminal and then execute command in opened terminal.

For example, use telnet to open terminal then type `whoami` command in it.
```
$ clwrap -u [username_to_login] -p [password_to_login] -- telnet [target_host] -- whoami
username_to_login
```

# Compile

If you want to use clwrap command. You have to enable `--features="cmdline"` option.