I am tired of creating a file with nano, saving it and then making it executable. Is there a command that makes it in one step?
I am tired of creating a file with nano, saving it and then making it executable. Is there a command that makes it in one step?
Touch yomama.txt | cat “hello world” > yomama.txt | chmod 777 yomama.txt | mv yomama.txt yomama.sh
Lol