https://github.com/netherquartz/bash_list
A linked list data structure written in Bash.
https://github.com/netherquartz/bash_list
bash bash-script data-structures datastructures list shell shell-script
Last synced: 3 months ago
JSON representation
A linked list data structure written in Bash.
- Host: GitHub
- URL: https://github.com/netherquartz/bash_list
- Owner: NetherQuartz
- Created: 2019-08-01T22:26:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-03T18:06:30.000Z (over 6 years ago)
- Last Synced: 2024-11-18T22:03:00.817Z (over 1 year ago)
- Topics: bash, bash-script, data-structures, datastructures, list, shell, shell-script
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bash_List
A list data structure written in Bash. Bash doesn't provide neither dynamic structures nor C-style arays, so I wrote my list using files.
# Requirements
You need Git and Bash installed. Bash_List works on Linux, macOS and Windows 10 with WSL.
# How to use
1. Open `bash`
1. `cd` to a directory you like
1. Type
```
git clone https://github.com/NetherQuartz/Bash_List.git
cd Bash_List
./list.sh
```
Then you should see a very pretty menu (in Russian) and use my awesome program, enjoy!