I want to create shell button, that will create a folder with specific name and then go to that directory. So there should be input field while running that command.
The command:
The command:
Code:
read input && mkdir $input && cd $input
Statistics: Posted by ercan1102 — 2024-04-05, 21:28 UTC