Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to run shell script

include 
#!/bin/bash (1st line inside yourfile.sh)

to run
./yourfile.sh

if you do not include that line
bash yourfile.sh
Source by devconnected.com #
 
PREVIOUS NEXT
Tagged: #run #shell #script
ADD COMMENT
Topic
Name
7+2 =