allen-woods / pipe-crud

A portable dev-ops shell script that provides full CRUD inside of named and pseudo-anonymous Linux pipes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipe_crud

Description

This is a dev-ops utility written in sh intended to provide full CRUD functionality to named pipes and pseudo-anonymous pipes (file descriptors) on Alpine Linux.

Data is stored in the pipe as wrapping document IDs containing unique item names.

Pseudo-anonymous pipes are air-gapped by default.

Disclaimer

Because of this issue, this script should not be used inside of Docker images.

This script is currently provided as-is with no warranty. This project will be revisited and improved at a later, as yet undetermined, date.

About

A portable dev-ops shell script that provides full CRUD inside of named and pseudo-anonymous Linux pipes.

License:MIT License


Languages

Language:Shell 100.0%