Skip to content

Creating this repo for uploading all resources regarding Bash script tutorial

License

Notifications You must be signed in to change notification settings

devopshobbies/bash-script-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Session2

Challenge one description

1- Write a script to print "welcome to this application, dude :)" to the screen (output)

2- Make the file executable

3- Run the file and get the output

Hints to remember

  • A bash script consists of a series of bash commands

  • In scripting languages like bash, commands are executed line by line and in order

  • Always use a shebang(#!) on top of your scripts; if excluded, the defualt shell will be used

  • We write shell scripts to automate our command line interface(CLI)

About

Creating this repo for uploading all resources regarding Bash script tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages