Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash script creation

echo '#!bin/bash' > filename 
# works with and without extention, if you want extention do filename.sh
chmod +x filename
Source by www.taniarascia.com #
 
PREVIOUS NEXT
Tagged: #bash #script #creation
ADD COMMENT
Topic
Name
6+1 =