turn subcommands into subfunctions, that will need to be sourced and executed.
[monkeysphere.git] / src / subcommands / mh / add-revoker
1 #!/usr/bin/env bash
2
3 # Monkeysphere host add-revoker subcommand
4 #
5 # The monkeysphere scripts are written by:
6 # Jameson Rollins <jrollins@fifthhorseman.net>
7 # Jamie McClelland <jm@mayfirst.org>
8 # Daniel Kahn Gillmor <dkg@fifthhorseman.net>
9 #
10 # They are Copyright 2008, and are all released under the GPL, version 3
11 # or later.
12
13 # add a revoker to the host key
14
15 add_revoker() {
16
17 # FIXME: implement!
18 failure "not implemented yet!"
19
20 }