mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
Update code to v1.0.14 (10)
This commit is contained in:
14
android/extern/wolfssl/pull_to_vagrant.sh
vendored
Normal file
14
android/extern/wolfssl/pull_to_vagrant.sh
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
SRC=vagrant
|
||||
DST=wolfssl
|
||||
|
||||
# synchronize without .git and .gitignore to avoid output files
|
||||
rsync --exclude .git --exclude-from .gitignore -rvt /$SRC/ ~/$DST/
|
||||
|
||||
# synchronize everything else needed.
|
||||
rsync -rvt /$SRC/.git ~/$DST/
|
||||
rsync -rvt /$SRC/IDE ~/$DST/
|
||||
rsync -rvt /$SRC/mcapi ~/$DST/
|
||||
rsync -rvt /$SRC/mplabx ~/$DST/
|
||||
rsync -rvt /$SRC/certs ~/$DST/
|
||||
rsync -rvt /$SRC/configure.ac ~/$DST/
|
||||
Reference in New Issue
Block a user