mirror of
https://github.com/sinseman44/PyCNC.git
synced 2026-07-27 10:26:55 +00:00
unit tests
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
PASS=raspberry
|
||||
ADDR=pi@192.168.0.208
|
||||
if [ ! -z $1 ]; then
|
||||
ADDR=$1
|
||||
fi
|
||||
sshpass -p${PASS} scp $(dirname "$0")/../cnc/hal_raspberry/rpgpio_private.py "${ADDR}:~"
|
||||
sshpass -p${PASS} scp $(dirname "$0")/../cnc/hal_raspberry/rpgpio.py "${ADDR}:~"
|
||||
sshpass -p${PASS} ssh -t ${ADDR} "sudo ~/rpgpio.py"
|
||||
Reference in New Issue
Block a user