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
|
||||
mkdir $HOME/.gitignores
|
||||
mv gitignores/* $HOME/.gitignores
|
||||
mv gitignore ~/.local/bin
|
||||
cp gitignores/* $HOME/.gitignores
|
||||
cp gitignore ~/.local/bin
|
||||
|
|
|
|||
Loading…
Reference in a new issue