5 lines
118 B
Bash
Executable file
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
|