mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-05-07 02:12:33 +02:00
Import
This commit is contained in:
Executable
+4
@@ -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