Files
i2p.firefox/fixperms.sh
2022-11-06 21:09:40 -05:00

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