git-shell-commands/newrepo

5 lines
48 B
Plaintext
Raw Normal View History

2022-04-02 09:15:10 +00:00
#!/bin/sh
mkdir -p ~/$1
cd ~/$1
git init --bare