docker-devtools/deploy/init-remote.sh

5 lines
118 B
Bash
Executable file

#!/bin/bash
# right now only use raspberry pi target
rsync ./targets/init-raspi.sh $1:/tmp
ssh $1 /tmp/init-raspi.sh