mirror of https://github.com/aldy505/dotfiles.git
5 lines
36 B
Plaintext
5 lines
36 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
mkdir $1
|
||
|
cd $1
|