Link to home
Start Free TrialLog in
Avatar of magento
magento

asked on

Bash shell script install in Git

Hi,

Need help with Github and shell script.
I wrote code in BASH shell and was asked to put in Github. ( i created the account and i was provided access to repository )

1. Please advise how to place the script in Git .
2. The script was run with param .
- ALL (script will run all the steps)
- VERSION <version string> (script will run steps with given version string rather than default)

I dont understand the last one "VERSION" is this something related Git, please advise.

Thanks,
Magento
ASKER CERTIFIED SOLUTION
Avatar of Dave Cross
Dave Cross
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of magento
magento

ASKER

Hi Dave,
Ok thanks . This is the new script . I will follow as per below.

Any idea on below?

- VERSION <version string> (script will run steps with given version string rather than default)

Thanks
That's just instructions on how to run the program. IT has nothing to do with how you would put it in GitHub.