Useful shell functions for shared usage, e.g. in docker entrypoints
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
45
commits
feat: add shlibs.arch to get name of the machines architecture, e.g. arm64, amd64
605bab6View on GitHubnamespaced commands chown_directories and chmod_directories
cdbe651View on GitHubRenamed `wait_for_postgres` and `wait_indefinitely` with shlibs namespace; old functions are still useable
a43078aView on GitHubAdded files to create docker image on hub.docker.com for easy integration into new images
e5c48a8View on GitHubEscaping vault result to prevent errors with spaces in the value, e.g. `The best password ever`
01a78b2View on GitHubFixed vault export in case the value contains spaces, e.g. JSON value
4619a1cView on GitHubFixed bugs in `run-init-scripts`; added parameter for init dirs `-s`
b16e7d8View on GitHubAdded `shlibs.run-init-scripts` to run scripts in a dir with lexical ordering
1e3f034View on GitHub