Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 273 Bytes

File metadata and controls

7 lines (4 loc) · 273 Bytes

SIMPLE_SHELL

A shell is a program that takes commands from the keyboard and gives them to the operating system to perform.

Creating a shell is done by creating .sh files and turning it into a executable file such as the hsh. Usually it starts with #!/bin/sh

files