X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fsubcommands%2Fmh%2Fadd-revoker;h=f9d0bb67c82b50f725bab752ce281ce050c0c23b;hb=487fffd53cd109fb7f6291735c1f5cb5a0df8eeb;hp=8783cd14debdd32ace171204547b7ffdef270c99;hpb=f5916bc01d76a54d9c2b1738c15da588021c63f3;p=monkeysphere.git diff --git a/src/subcommands/mh/add-revoker b/src/subcommands/mh/add-revoker old mode 100755 new mode 100644 index 8783cd1..f9d0bb6 --- a/src/subcommands/mh/add-revoker +++ b/src/subcommands/mh/add-revoker @@ -1,9 +1,10 @@ -#!/usr/bin/env bash +# -*-shell-script-*- +# This should be sourced by bash (though we welcome changes to make it POSIX sh compliant) # Monkeysphere host add-revoker subcommand # # The monkeysphere scripts are written by: -# Jameson Rollins +# Jameson Rollins # Jamie McClelland # Daniel Kahn Gillmor # @@ -12,5 +13,9 @@ # add a revoker to the host key +add_revoker() { + # FIXME: implement! failure "not implemented yet!" + +}