fix file reference: example.sh -> example_create.sh - stagit-gopher - A git gopher frontend. (mirror)
 (HTM) git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b831ce30c99b8d278f8917cf5c56ea5fa4ccf8a0
 (DIR) parent b2cff63407161b2d5de03d8bb086e88a346d649d
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 30 Jul 2017 17:22:27 +0200
       
       fix file reference: example.sh -> example_create.sh
       
       Diffstat:
         M README                              |       2 +-
         M example_create.sh                   |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -102,7 +102,7 @@ git post-receive hook (repo/.git/hooks/post-receive):
                # ...
                #fi
        
       -        # see example.sh for normal creation of the files.
       +        # see example_create.sh for normal creation of the files.
        
        
        Create .tar.gz archives by tag
 (DIR) diff --git a/example_create.sh b/example_create.sh
       @@ -9,7 +9,7 @@
        #
        # Usage:
        # - mkdir -p gphdir && cd gphdir
       -# - sh example.sh
       +# - sh example_create.sh
        
        # path must be absolute.
        reposdir="/var/scm/git"