Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Shebang!!!!--initializes program/code in Linux/Bash

#!/bin/bash
//Goes on the first line of the program (why is this highlighted?)
//Also, see the source below? Read up--it explains the Shebang!!!!
Source by linuxhandbook.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
3+2 =