3 lines
73 B
Bash
3 lines
73 B
Bash
|
|
#!/bin/bash
|
||
|
|
rsync -av --delete _output/ ../jupyterhub_volumes/web/pages/
|