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
- Host: GitHub
- URL: https://github.com/thomasthaddeus/operatingsystems
- Owner: thomasthaddeus
- License: gpl-3.0
- Archived: true
- Created: 2022-07-19T15:39:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T15:33:00.000Z (over 2 years ago)
- Last Synced: 2025-01-22T10:12:05.388Z (5 months ago)
- Language: Shell
- Size: 17.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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