X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fsubcommands%2Fmh%2Fadd-revoker;h=f9d0bb67c82b50f725bab752ce281ce050c0c23b;hb=6923ef580f068ff535af273714e59235260ab7b6;hp=8783cd14debdd32ace171204547b7ffdef270c99;hpb=b7e17887ac20bc5916d830f5282b07f4c0360c2a;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!" + +}