Files @ a2d90d4b73ff
Branch filter:

Location: Copyleft/guide/presentations/non-copyright-systems/pres-cmd

bkuhn
Merge branch 'next'

New section regarding GPLv2 Irrevocability is ready to go live.
1
2
3
4
5
6
7
8
9
#!/bin/sh

talk=half-day-gpl/non-copyright

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