3 lines
104 B
Bash
Executable File
3 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
rsync -av --delete --exclude-from localfiles.txt --exclude-from .gitignore ../atlas/code/ .
|