Render notebooks
This commit is contained in:
parent
89129177a3
commit
c3dd5c28c7
14 changed files with 439 additions and 524 deletions
5
sync.sh
5
sync.sh
|
|
@ -1,2 +1,5 @@
|
|||
#!/bin/bash
|
||||
rsync -avz --progress --exclude=.env src/ andras@192.168.0.81:~/frame/
|
||||
set -euo pipefail
|
||||
set -a && . ".env" && set +a
|
||||
: "${SYNC_TARGET:?SYNC_TARGET must be set in .env (e.g. pi@192.168.0.81:~/frame/)}"
|
||||
rsync -avz --progress --exclude=.env src/ "$SYNC_TARGET"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue