File diff 4d3566829d31 → 489d24a49f57
presentations/30min-specific-sections/pres-cmd
Show inline comments
 
#!/bin/sh
 

	
 
talk=lca-2017-2
 
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 {} \;