4 lines
119 B
Bash
Executable file
4 lines
119 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rsync -az --exclude '.git' --exclude "push.sh" ./ joshua@matser-moerman.eu:/var/www/bisimulation-online/
|
|
|