edi/scripts/world_read.sh

6 lines
66 B
Bash
Executable File

#!/bin/sh
for file in "$@" ; do
chmod a+r "$DESTDIR/$file"
done