FOSDEM-2025-keynote/pres-cmd

7 lines
169 B
Bash
Executable file

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