turn subcommands into subfunctions, that will need to be sourced and executed.
[monkeysphere.git] / src / subcommands / mh / add-revoker
index 8783cd14debdd32ace171204547b7ffdef270c99..8c4651e5593b65e0ecab441c8dae708a8d4df801 100755 (executable)
@@ -12,5 +12,9 @@
 
 # add a revoker to the host key
 
+add_revoker() {
+
 # FIXME: implement!
 failure "not implemented yet!"
+
+}