Minor convenince improvements

This commit is contained in:
2018-06-29 18:03:18 +02:00
parent ae9ec9fcce
commit e50c2f973d
2 changed files with 2 additions and 5 deletions

View File

@@ -14,4 +14,4 @@ fi
destination="nao@$nao_ip:/home/nao/pykick/"
# copy the files with scp
scp "$repo/"*.py $destination
scp "$repo"/*.py "$repo"/nao_defaults.json $destination