touch-als 0.3.1

Simple command line program working with abstract Linux sockets
touch-als-0.3.1 is not a library.

Project

Features

touch-als is a simple Linux program. It helps with automation tasks involving abstract sockets.

Current features are simple:

  • User can run touch-als and pass it one or more abstract Linux socket address(es). The program will touch those address(es), by connecting to and immediately dropping the connection(s).

  • For single address per invocation, the program supports running one sub command, based on user condition:

    • If the address is alive (on-success).
    • Or if the address is not alive (on-failure).
  • Addresses are hexadecimal strings. They must have at least one byte, and at most 107 bytes. Based on unix(7), abstract Linux socket paths can have up to 108 bytes. The program dictates that it takes control of the first byte -- which will always be zero (0). If the user provides less than 107 bytes, the rest will be filled with zeros.

  • Sub command and its arguments can be provided after a double-hyphen phrase: --.

To see more details, options and examples..., you can run the program with help command.