Don't move files
This commit is contained in:
parent
85c8368c56
commit
a5dc949c02
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
mkdir $HOME/.gitignores
|
mkdir $HOME/.gitignores
|
||||||
mv gitignores/* $HOME/.gitignores
|
cp gitignores/* $HOME/.gitignores
|
||||||
mv gitignore ~/.local/bin
|
cp gitignore ~/.local/bin
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue