/Bash-DBMS

This is a project developed by ITI students using bash script to simulate database CRUD operations.

Primary LanguageShell

Bash-DBMS

This is a project developed by ITI students using bash script to simulate database CRUD operations.

Get started

  • Clone this repo to your local machine
  • add the cloned repo's location to your path(in your .bashrc). (ex: PATH="$PATH:/home/adham/Bash-DBMS")
  • run the following command to activate the script
dbms.sh

Authors