mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-10 06:40:23 +00:00
use btstack-arduino as path
This commit is contained in:
parent
f199a2754d
commit
77fe446b77
@ -10,11 +10,11 @@ host=$1
|
||||
path=$2
|
||||
user=$3
|
||||
|
||||
echo Uploading generated docs to ${host}/${path}/btstack with user ${user}
|
||||
echo Uploading generated docs to ${host}/${path}/btstack-arduino with user ${user}
|
||||
|
||||
# SFTP is very peculiar: recursive put only works for a single directory
|
||||
sftp ${user}@${host} << EOF
|
||||
mkdir ${path}/btstack
|
||||
put -r btstack ${path}
|
||||
mkdir ${path}/btstack-arduino
|
||||
put -r btstack-arduino ${path}
|
||||
quit
|
||||
EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user