git-shell-commands/newrepo
2022-04-02 09:15:10 +00:00

5 lines
48 B
Bash
Executable file

#!/bin/sh
mkdir -p ~/$1
cd ~/$1
git init --bare