Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 901 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 901 Bytes

The following programs can be executed on bash , zsh and any other shell

The Calculator.sh is a program that allows the user to perform basic calcalations

It requires you to install figlet for more visual appreciation.

Do this by copying the commands provided and installing on your system respectively

For Debian-systems

sudo apt-get install figlet

For RHEL,CentOS , Fedora

sudo dnf install figlet
sudo yum install figlet

For Mac OS

brew install figlet

The Greetings.sh os a program which Greets the system user when run on the terminal. It make use of the whoami variable to know who is the system user.

The Task_Manager.sh is a program which allows the user to add, remove, and modify a task and alot more features just explore and discover.

I await your feedback and suggestions on this projects