An open API service indexing awesome lists of open source software.

https://github.com/thomasthaddeus/operatingsystems

Hands on Practice default location for uploading HOP's
https://github.com/thomasthaddeus/operatingsystems

Last synced: 4 months ago
JSON representation

Hands on Practice default location for uploading HOP's

Awesome Lists containing this project

README

        

# CS340_OperatingSystems

> Hands on Practice default location for uploading HOP's

## HOP03

commands from HOP03

```BASH
echo echo Hello World! > HelloWorld.sh
bash HelloWorld.sh
export PATH=$PATH: ~/.CS340/HOP_Repository/HOP03
chmod +x HelloWorld.sh
HelloWorld.sh
```

```BASH
nano HelloWorld2.sh

#! /bin/bash
printf "%s\n" "Hello World!"
```

`{[ ctrl + o ][ enter ][ ctrl + x ]}`

```BASH
bash HelloWorld2.sh
```

```BASH
--git init CS340/HOP_Repository
--git add .
--git commit -m "HOP03 Submission For Thaddeus Thomas"
--> Commands for setting up the repository
```

## HOP04

HOP04 Contents

## HOP05

HOP05 contents