diff --git a/presentations/non-copyright-systems/pres-cmd b/presentations/non-copyright-systems/pres-cmd new file mode 100755 index 0000000000000000000000000000000000000000..4aba5015a4a2b4139736181b1d8c6196e991b495 --- /dev/null +++ b/presentations/non-copyright-systems/pres-cmd @@ -0,0 +1,9 @@ +#!/bin/sh + +talk=half-day-gpl/ccs-examples + +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 {} \;