Files
i2p.firefox/fixperms.sh

6 lines
187 B
Bash
Raw Normal View History

2022-11-06 21:09:40 -05:00
#! /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 {} \;