5 lines
126 B
Bash
Executable file
5 lines
126 B
Bash
Executable file
#!/bin/bash
|
|
|
|
bundle exec nanoc
|
|
|
|
rsync -crtvu --delete -e "ssh -p2222" output/ "durfdoen@student4.ugent.be:/sd/data/durfdoen/"
|