Added a chmod function to lfrc

This commit is contained in:
Mohammad Reza 2022-04-10 23:03:34 +04:30
parent c38de1d262
commit 329a7c948a

View File

@ -90,6 +90,14 @@ cmd copyto ${{
notify-send "📋 File(s) copied." "File(s) copies to $dest." notify-send "📋 File(s) copied." "File(s) copies to $dest."
}} }}
cmd chmod ${{
clear; tput cup $(($(tput lines)/3)); tput bold
set -f
printf "Mode: "
read mod
chmod $mod $fx
}}
cmd setbg "$1" cmd setbg "$1"
cmd bulkrename $vidir cmd bulkrename $vidir