File: sync-from-libmass-repos.sh

package info (click to toggle)
minexpert2 9.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 65,916 kB
  • sloc: cpp: 27,271; javascript: 22,140; xml: 8,066; python: 214; makefile: 91; sh: 86
file content (10 lines) | stat: -rwxr-xr-x 288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

command='rsync -avc --exclude=".*" /home/rusconi/devel/libmass/src ./libmass/ $@'
printf "Running %s\n\n" "${command}"

command='rsync -avc --exclude=".*" /home/rusconi/devel/libmass/includes/libmass ./libmass/includes/ $@'
printf "Running %s\n\n" "${command}"

eval $command