diff options
Diffstat (limited to 'functions/rchmod.fish')
| -rw-r--r-- | functions/rchmod.fish | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/functions/rchmod.fish b/functions/rchmod.fish index 63f64f0..70ddbc4 100644 --- a/functions/rchmod.fish +++ b/functions/rchmod.fish @@ -1,10 +1,5 @@ function rchmod --description 'Recursively reset perms of files and folders' -a dmode -a fmode -if not command -sq 'find' - echo "Can't find find." - return 1 -end - if test -z $dmode set dmode '0755' end |
