6 lines
109 B
Bash
Executable file
6 lines
109 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
offpunk.py --sync
|
|
rsync -r --copy-links ~/remarkable/ root@192.168.1.157:~/sync
|