#shell-script
Read more stories on Hashnode
Articles with this tag
Script for echoing a message: #!/bin/bash echo "Hello! how are you?" echo "hey! I'm fine." Script for creation of dir & files under the...