if linux systems will not consider anything after # sign in the scirpt, then how come #!/bin/bash works??
#!/bin/bash starts with # sign it shouldn't be consider right??but if the #!/bin/bash is not included in the scirpt its not working??? explain me pls......