logo

utils

Old programs, got split in utils-std and utils-extra git clone https://hacktivis.me/git/utils.git

stagit-new (297B)


  1. #!/bin/sh -e
  2. # SPDX-FileCopyrightText: 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. # SPDX-License-Identifier: MPL-2.0
  4. repo="$1"
  5. git init --bare "/git/${repo}.git"
  6. echo "https://hacktivis.me/git/${repo}.git" > "/git/${repo}.git/url"
  7. rm -fr "/git/${repo}.git/hooks/*.sample"