FOSDEM-2025-keynote/pres-cmd

8 lines
169 B
Text
Raw Permalink Normal View History

#!/bin/sh
talk=scale-2019-track
rsync -HavP ./ /home/pres/$talk/
find /home/pres/$talk -exec chmod gou+r {} \;
find /home/pres/$talk -type d -exec chmod gou+rx {} \;