5 lines
48 B
Plaintext
5 lines
48 B
Plaintext
|
#!/bin/sh
|
||
|
mkdir -p ~/$1
|
||
|
cd ~/$1
|
||
|
git init --bare
|