added permission script

This commit is contained in:
Frederik Baerentsen 2020-02-25 04:36:14 +01:00
parent 3d2c9e0509
commit 5aeb0bdbc0
1 changed files with 3 additions and 0 deletions

3
fix_perm.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
chmod -R u=rwx,g=rx,o=rx "$1"