fixed install script
This commit is contained in:
parent
912add95d2
commit
fbfd9c4b84
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
shopt -s extglob
|
||||
shopt -s dotglob
|
||||
|
||||
for file in !(.git|install.sh|*~|.|..); do
|
||||
for file in !(.git|*.sh|*~|.|..); do
|
||||
echo "install $file ..."
|
||||
cp -r $file ~
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue