8 lines
169 B
Text
8 lines
169 B
Text
![]() |
#!/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 {} \;
|