6 lines
187 B
Bash
Executable File
6 lines
187 B
Bash
Executable File
#! /usr/bin/env sh
|
|
|
|
find I2P -type d -exec chmod -v 755 {} \;
|
|
find I2P -type f -exec chmod -v +rw {} \;
|
|
find I2P -type d -exec chmod -v 755 {} \;
|
|
find I2P -type f -exec chmod -v +rw {} \; |