4 lines
94 B
Bash
Executable file
4 lines
94 B
Bash
Executable file
#!/bin/sh
|
|
mkdir $HOME/.gitignores
|
|
cp gitignores/* $HOME/.gitignores
|
|
cp gitignore ~/.local/bin
|