2 lines
135 B
Bash
Executable file
2 lines
135 B
Bash
Executable file
#!/bin/sh
|
|
./build.sh && rsync --recursive --delete --group --perms --chown=:www-data --chmod=D750,F640 www karlos@karlsruhe-os.de:/srv
|