guide/presentations/30min-specific-sections/pres-cmd

10 lines
256 B
Text
Raw Normal View History

2017-05-09 14:24:11 +00:00
#!/bin/sh
2017-05-09 14:40:33 +00:00
talk=half-day-gpl/specific-sections
2017-05-09 14:24:11 +00:00
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 {} \;