5 lines
96 B
Bash
Executable file
5 lines
96 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
dir=$(dirname $0)
|
|
|
|
scp $dir/backup-piha-home.sh pi@piha.local:~/backup-scr/ |