File: pull_to_vagrant.sh

package info (click to toggle)
wolfssl 5.8.2-1.2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 112,044 kB
  • sloc: ansic: 1,557,756; asm: 385,270; sh: 11,547; cs: 6,567; xml: 3,878; perl: 3,224; ada: 1,879; makefile: 1,454; javascript: 748; python: 591; 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/