File: sync-from-libmassgui-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 (9 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

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

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