Files @ b7ae80de4873
Branch filter:

Location: Copyleft/guide/presentations/ccs-report-examples/pres-cmd

bkuhn
Began work in Introduction and Historical Background

These are probably too long, but various parts of this may work as
replacements for some of the older text in the larger tutorial.
1
2
3
4
5
6
7
8
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 {} \;