File: pull_to_vagrant.sh

package info (click to toggle)
wolfssl 5.9.0-0.2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 125,492 kB
  • sloc: ansic: 1,677,618; asm: 527,601; sh: 13,308; cs: 6,596; xml: 5,175; ada: 4,141; perl: 3,291; makefile: 2,266; python: 799; javascript: 748; cpp: 131; ruby: 118; objc: 80; tcl: 73
file content (14 lines) | stat: -rwxr-xr-x 433 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
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/