Skip to content

molikd/bash_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Please don't ever use this, this is for demonstration only, if you're actually trying to implement a map in bash for production purposes, you may want to rethink that.

if you'd like to test this code: source the map.sh file and then create a varible (with a unique string) which will be the map, you can then call the functions, passing the map to the functions.

source map.sh
map=$MAPLOCATION
map_insert $map $key $value
map_retrieve $map $key 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages