diff --git a/copy_to_home.sh b/copy_to_home.sh index 8191424..6c644eb 100755 --- a/copy_to_home.sh +++ b/copy_to_home.sh @@ -1,3 +1,3 @@ #!/bin/sh -rsync -bahv --exclude=.git --exclude=README.md --exclude=add.sh ./ ~/ +rsync -bahv --exclude=.git --exclude=README.md --exclude=copy_to_home.sh ./ ~/