guide/presentations/ccs-report-examples/pres-cmd
2018-09-26 09:30:21 -07:00

9 lines
251 B
Bash
Executable file

#!/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 {} \;