mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 01:15:10 +01:00
Import
This commit is contained in:
4
bin/fixpermissions
Executable file
4
bin/fixpermissions
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
find . -type d -exec chmod 755 {} \;
|
||||
find . -type f -exec chmod 644 {} \;
|
||||
|
||||
Reference in New Issue
Block a user