Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alessio/runparts

Golang implementation of the Debian's run-parts command
https://github.com/alessio/runparts

bashrc bashrc-configs cli debian golang profile run-parts shell-scripts ubuntu unix utility

Last synced: 21 days ago
JSON representation

Golang implementation of the Debian's run-parts command

Awesome Lists containing this project

README

        

[![Go Report Card](https://goreportcard.com/badge/github.com/alessio/runparts)](https://goreportcard.com/report/github.com/alessio/runparts)
[![license](https://img.shields.io/github/license/alessio/runparts.svg)](https://github.com/alessio/runparts/blob/master/LICENSE)
[![LoC](https://tokei.rs/b1/github/alessio/runparts)](https://github.com/alessio/runparts)

# runparts
Run scripts or programs in a directory.

This is a Go implementation of the `run-parts` command
shipped with the Debian [debianutils package](https://tracker.debian.org/pkg/debianutils).

The original program is written in C. Its source code can be found [here](https://salsa.debian.org/debian/debianutils/-/tree/master).

This implementation aims to be as compatible as possible with the original program
shipped with the Debian distribution's original package. This program has not been
tested on Windows systems.
# Installation

Just

```
go install al.essio.dev/cmd/runparts@latest
```