git-shell-commands/mk
2023-09-09 11:31:52 +02:00

13 lines
177 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
IFS=$'\n'
cd ~git
source git-shell-commands/util.sh
arguments 1 "$#"
dest="$(repo_name_new "$1")"
mkdir "$dest"
cd "$dest"
git init --bare 2>&1