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