Skip to content

Projects for cmsc398i, a shell scripting stic taught at Univ of Maryland

Notifications You must be signed in to change notification settings

hybras/cmsc398i-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMSC398I Projects

Projects list

  1. Shell scripting basics

  2. second

  3. third

Downloadng the projects

Without Git

There should be a bright green button that says code. If you click on it, there should be an option to download a zip file. Unzip the downloaded zip on open the cmsc389i folder in your favorite editor.

The downside to this method is that there is code all of the projects share in the test folder at cmsc398/tests. Every time you download a zip, you’ll get a new copy of this extra code and its big (~2 mb).

If you decide to do this, move ur project code over to the older folder to the newer folder whenever you redownload.

With Git

You need git installed. This was not mentioned in the class setup. however if you finished that there is a 90% you have git. If not, you can run sudo apt install git

cd ~/Documents
git clone --recurse-submodules https://github.com/hybras/cmsc398i-projects.git ~/Documents/cmsc398i
# If you have VS code installed, open it if you want
code cmsc398i

About

Projects for cmsc398i, a shell scripting stic taught at Univ of Maryland

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages