Shell Script Learning Notes
Practice
Read file line by line
Here I read requirements.txt
file to create an output file of commands and execute it
pip_install.sh
1 | ! /bin/zsh |
1 | sudo chmod 777 pip_install.sh |
Here I read requirements.txt
file to create an output file of commands and execute it
pip_install.sh
1 | ! /bin/zsh |
1 | sudo chmod 777 pip_install.sh |