edi/scripts/world_read.sh

6 lines
66 B
Bash
Raw Normal View History

2017-11-24 05:00:03 -08:00
#!/bin/sh
for file in "$@" ; do
chmod a+r "$DESTDIR/$file"
done