URI: 
       tmaking zsh a clear requirement for gitzone-shell - gitzone - git-based zone management tool for static and dynamic domains
  HTML git clone https://git.parazyd.org/gitzone
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit 1af282f7df86eac919c6112e40ab9a22cefa6c0e
   DIR parent be1f7b0042af65cc88c214eda058083596620f86
  HTML Author: Jaromil <jaromil@dyne.org>
       Date:   Wed, 10 Jul 2013 14:25:04 +0200
       
       making zsh a clear requirement for gitzone-shell
       
       Diffstat:
         M README.org                          |       2 +-
         M bin/gitzone-shell                   |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/README.org b/README.org
       t@@ -14,7 +14,7 @@ server.
        
        gitzone-shell is similar to git-shell but it restricts the user to the zones
        repository and provides some additional commands for dynamic DNS updates & SSH
       -key management.
       +key management. To use it the Z shell must be installed (zsh).
        
        * Installation
        
   DIR diff --git a/bin/gitzone-shell b/bin/gitzone-shell
       t@@ -1,4 +1,4 @@
       -#!/bin/sh
       +#!/usr/bin/env zsh
        
        # gitzone-shell - restrictive shell for gitzone
        #