diff --git a/presentations/ccs-report-examples/pres-cmd b/presentations/ccs-report-examples/pres-cmd new file mode 100755 index 0000000000000000000000000000000000000000..33aff64f46847b3ecae3bc9db42038dc060eab03 --- /dev/null +++ b/presentations/ccs-report-examples/pres-cmd @@ -0,0 +1,9 @@ +#!/bin/sh + +talk=half-day-gpl/specific-sections + +rsync -HavP ./ /home/pres/$talk/ +rm -rf /home/pres/$talk/ui +rsync -HavP ~/talks/ui/ /home/pres/$talk/ui/ +find /home/pres/$talk -exec chmod gou+r {} \; +find /home/pres/$talk -type d -exec chmod gou+rx {} \;