Skip to content

woodysee/shell-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shell-utils

General purpose shell functions

Starting

This project uses bats for testing. In order to use the testing environment:

# Initialise local configuration file
git submodule init
# Fetch all local data from bats remote upstream
git submodule update
# If your shell user do not already have rwx permissions for scripts inside src
chmod 755 src

# Run all tests
bash test/run.sh

To learn more about working with git submodules, see https://git-scm.com/book/en/v2/Git-Tools-Submodules.

About

General purpose shell functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages