Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berttejeda/bert.bash
My bash functions
https://github.com/berttejeda/bert.bash
Last synced: 4 days ago
JSON representation
My bash functions
- Host: GitHub
- URL: https://github.com/berttejeda/bert.bash
- Owner: berttejeda
- Created: 2022-04-23T21:04:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T10:01:30.000Z (over 2 years ago)
- Last Synced: 2025-01-01T22:06:30.347Z (11 days ago)
- Language: Shell
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.functions.sh
- Security: security.functions.sh
Awesome Lists containing this project
README
# Overview
This repo contains various bash source files that contain
functions I have created or knabbed from the internets.
The file name indicates the context of usage,
e.g. file.functions.sh contains bash functions specific to file system operations.
For your convenience, I have included an installation script that takes care of sourcing all library files in this repository.
You can invoke the installation script via curl as follows:
`source <(curl -Lks https://raw.githubusercontent.com/berttejeda/bert.bash/master/.installer.sh)`