Skip to content

mansiagnihotrii/linux-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Bash scripting

Run any file on terminal using following method:

Give executable permissions to the file:

$ sudo chmod +x <name of file>

Run the file using command (Add any extra argument , if required):

$ ./<name of file> <optional arguments..>

Please contribute towards more scripts 😃

Releases

No releases published

Packages

No packages published

Languages